summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-0/+2
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-281-0/+4
* fix: fixed confusing typo on DSA docs (#6662)Natalia Maximo2021-11-271-1/+1
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-0/+3
* Update fernet docs to use latest Django recommendations (#6611)April King2021-11-161-4/+4
* add AES SIV vectors (#6608)Paul Kehrer2021-11-151-0/+2
* OCB3 support (#6607)Paul Kehrer2021-11-141-0/+72
* add AES OCB3 test vectors (#6606)Paul Kehrer2021-11-151-0/+1
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-141-9/+46
* Allow parsing CSR extensions with the critical bit having an explicitly encod...Alex Gaynor2021-11-141-0/+2
* Mention LibreSSL and BoringSSL in our installation docs (#6597)Alex Gaynor2021-11-131-0/+3
* boring changelog (#6595)Paul Kehrer2021-11-121-0/+1
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+8
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-4/+8
* allow multiple identical pem blocks (#6551)Paul Kehrer2021-11-051-2/+2
* deprecate backend part 6 of n (#6524)Paul Kehrer2021-11-035-699/+15
* some installation doc improvements (#6525)Paul Kehrer2021-11-031-25/+4
* deprecate backend part 5 of n (#6523)Paul Kehrer2021-11-031-14/+2
* deprecate backend part 4 of n (#6522)Paul Kehrer2021-11-029-204/+41
* deprecate backend part 3 of n (#6521)Paul Kehrer2021-11-025-134/+42
* deprecate backend part 2 of n (#6518)Paul Kehrer2021-11-022-19/+19
* deprecate backend part 1 of n (#6517)Paul Kehrer2021-11-028-19/+6
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-5/+53
* add accvraiz1 bmpstring test vector (#6503)Paul Kehrer2021-10-311-0/+2
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-20/+0
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-22/+0
* remove docs for removed backend methods (#6493)Alex Gaynor2021-10-291-26/+0
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-19/+0
* fixes #6486 -- update the bounds on how much data AEADs can handle (#6488)Alex Gaynor2021-10-281-3/+3
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-261-0/+14
* Ban cffi version that makes CI sad (#6418)Alex Gaynor2021-10-171-2/+2
* fixes #6391 -- link AWS's lamba docs (#6394)Alex Gaynor2021-10-101-0/+9
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-061-0/+60
* Add new PKCS12 test vectors (#6383)Felix Fontein2021-10-061-0/+102
* Accept combined PEM files with multiple sections (#6365)Maximilian Hils2021-10-031-0/+4
* Replace broken viewcode with linkcode in doc (#6207)gpotter22021-10-033-2/+111
* support legacy PEM headers for certificate and CSR (#6356)Paul Kehrer2021-10-021-0/+5
* Improve changelog for cryptography.x509 changes (#6326)Alex Gaynor2021-09-291-0/+2
* add new x509 request vector (#6313)Paul Kehrer2021-09-271-0/+3
* add several OCSP response vectors (#6298)Paul Kehrer2021-09-231-0/+6
* add faq entry about why rust (#6290)Paul Kehrer2021-09-192-0/+14
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-201-1/+1
* musllinux ftw (#6285)Nathaniel J. Smith2021-09-191-5/+5
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-191-0/+2
* per discussion in #6236 (#6254)John Jones2021-09-192-17/+15
* add vector omitting optional ASN.1 SEQUENCE for an empty CRL (#6279)Paul Kehrer2021-09-181-0/+2
* add more eku oids (#6271)Paul Kehrer2021-09-122-0/+18
* updated installation docs to reflect what we test on (#6265)Alex Gaynor2021-09-071-2/+4
* Make OAEP test vector generating works on python3 (#6255)match man2021-09-061-20/+20
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-031-0/+137