issues
search
mirleft
/
ocaml-x509
X509 (RFC5280) handling in OCaml
BSD 2-Clause "Simplified" License
52
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix the serial rng
#179
hannesm
closed
1 month ago
1
Fix the random generation of the serial number to avoid a failure from asn1
#178
dinosaure
closed
1 month ago
1
relax the certificate parser
#177
hannesm
closed
2 months ago
6
Add alternate algorithm OID 1.3.14.3.2.29 for SHA1 with RSA encryption.
#176
mefyl
closed
2 months ago
3
Allow custom pretty printers for unknown extensions
#175
reynir
closed
2 months ago
1
use kdf instead of pbkdf
#174
hannesm
closed
3 months ago
0
tests: add EC keys and a generator script
#173
hannesm
closed
3 months ago
0
fix RSA encoding and decoding, use unsigned integers
#172
hannesm
closed
3 months ago
0
RSA keys don't roundtrip?
#171
anmonteiro
closed
3 months ago
4
pem: reduce allocations, speed up decoding and encoding
#170
hannesm
closed
3 months ago
1
Add Certificate.fold_decode_pem_multiple
#169
art-w
closed
4 months ago
1
Serial number at 0 can not be decoded with #167
#168
dinosaure
closed
5 months ago
3
String
#167
dinosaure
closed
4 months ago
7
Remove P224 - see mirage/mirage-crypto#209
#166
dinosaure
closed
4 months ago
1
Fix mixup of subject and hash in error message
#165
reynir
closed
9 months ago
1
Rename Authenticator.server_{cert,key}_fingerprint
#164
reynir
closed
4 months ago
3
WIP: Add PKCS12 LocalKeyId attribute to bags (openssl and firefox compatibility)
#163
NightBlues
closed
1 year ago
7
test: use mirage-crypto-rng 0.11.0 API
#162
hannesm
closed
1 year ago
0
validate_server_extensions: allow BasicConstraints CA=true if self-signed
#161
hannesm
closed
1 year ago
1
Option allow_ca_cert for buggy server certificates where CA=true
#160
mbacarella
closed
1 year ago
7
Ecdsa long digest
#159
hannesm
closed
2 years ago
0
[Public_key.verify]'s ECDSA evaluation mishandles long digests
#158
torinnd
closed
2 years ago
11
fix documentation warnings
#157
hannesm
closed
2 years ago
0
Add Authenticator.of_string
#156
dinosaure
closed
2 years ago
3
Add X509.Private_key.of_string function, as used in awa-ssh and dns-certify
#155
hannesm
closed
3 years ago
0
remove rresult dependency
#154
hannesm
closed
3 years ago
0
simplify fingerprint validation and authentication: pass a single fingerprint
#153
hannesm
closed
3 years ago
0
Provide X509.Certificate.ips / support_ips, and in validation
#152
hannesm
closed
3 years ago
0
use Cstruct.length instead of deprecated Cstruct.len
#151
hannesm
closed
3 years ago
5
Helpers for common Async functions
#150
torinnd
closed
3 years ago
4
OCSP: add Request.validate and Response.validate to API
#149
hannesm
closed
3 years ago
4
Basic OCSP support
#148
NightBlues
closed
3 years ago
15
further development for next version
#147
hannesm
closed
3 years ago
0
feature: enhance Private_key module
#146
hannesm
closed
3 years ago
1
Elliptic curves
#145
hannesm
closed
3 years ago
0
CRL: move [crls] argument in CRL.is_revoked to the last position
#144
hannesm
closed
3 years ago
5
mirage-crypto 0.8.9 breaks regression test
#143
sternenseemann
closed
3 years ago
7
Do not allow sloppy keys.
#142
psafont
closed
3 years ago
1
feature: ed448 support
#141
emillon
opened
3 years ago
1
Fix distinguished name asn1.
#140
NightBlues
closed
3 years ago
3
Allow change of subject when signing CSR
#139
reynir
closed
3 years ago
3
Another attempt to implement pkcs12
#138
NightBlues
closed
3 years ago
4
feature: ed25519 support
#137
mattpallissard
closed
3 years ago
7
ED25519 support for Private_key and Public_key
#136
hannesm
closed
3 years ago
1
Private_key: sloppy parsing (use priv_of_primes if sloppy is provided, and a bad key received)
#135
hannesm
closed
4 years ago
2
Adhere generalized_time to RFC 5280 4.1.2.5.2, MUST NOT contain fractional seconds
#134
hannesm
closed
4 years ago
0
Be able to compose errors
#133
dinosaure
closed
4 years ago
2
expose more detailed signature errors
#132
hannesm
closed
4 years ago
1
use mirage crypto, improve API safety
#131
hannesm
closed
4 years ago
0
improve API (make it harder to use wrong)
#130
hannesm
closed
4 years ago
2
Next