summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing white space in docs (#7115)Alex Gaynor2022-04-261-1/+1
* add RSA PSS test vectors (#7086)Paul Kehrer2022-04-171-0/+11
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-161-1/+16
* check for invalid keys that RSA_check_key misses (#7080)Paul Kehrer2022-04-161-1/+3
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-161-0/+14
* Added Ubuntu Jammy to CI (#7047)Alex Gaynor2022-04-071-1/+1
* Fix indentation in docs/x509/reference.rst (#7044)Dustin Ingram2022-04-051-3/+2
* serialize certs to pkcs7 (#7034)Paul Kehrer2022-04-041-0/+11
* update pkcs7 test vectors (#7030)Paul Kehrer2022-04-032-2/+5
* SIV support (#7029)Paul Kehrer2022-04-021-0/+86
* support 12-15 byte nonce sizes in OCB3 (#7011)Paul Kehrer2022-03-291-1/+1
* OCB3 test vectors for 104, 112, and 120-bit nonces (#7009)Paul Kehrer2022-03-291-1/+2
* Serialize PKCS12 CA alias/friendlyName (#6910)ajoino2022-03-291-1/+6
* Don't reference unsupported version in installation docs (#6946)Alex Gaynor2022-03-131-1/+1
* Added OID for #6920 (#6925)sanchayanghosh2022-03-031-0/+9
* allow ed pk12, better tests (#6865)whiteowl32022-02-271-3/+7
* refs #6835 -- added oid constants for SHA3 signatures (#6850)Alex Gaynor2022-02-071-0/+40
* Test against Alpine on aarch64 (#6846)Alex Gaynor2022-02-061-0/+1
* fixes #6804 -- improve error message quality with invalid characters in name ...Alex Gaynor2022-02-061-0/+2
* Switch from centos to rhel in CI (#6844)Alex Gaynor2022-02-061-1/+1
* Remove FAQ that's no longer relevant (#6833)Alex Gaynor2022-01-301-7/+0
* point to the AEAD version of GCM in the FAQ (#6832)Alex Gaynor2022-01-311-1/+1
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
* Clean up the language in the docs now that 3.6 is the minimum we support (#6825)Alex Gaynor2022-01-291-4/+4
* Found another place where ancient PBKDF2 iterations were listed (#6816)April King2022-01-241-2/+2
* Document M1 CI (#6799)Alex Gaynor2022-01-072-1/+3
* Basic support for multiple SINGLERESP messages in one OCSP response, take 2 (...turettn2022-01-031-9/+94
* 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