ac093b3f | 27-Nov-2020 |
Ankita Shetty |
openssl.pod: Carve out Trusted Certificate, Pass Phrase, Name Format, and Format Options Move detailed doc to specific new files in doc/man1/openssl-*-options.pod Reviewed-by: Tomas
openssl.pod: Carve out Trusted Certificate, Pass Phrase, Name Format, and Format Options Move detailed doc to specific new files in doc/man1/openssl-*-options.pod Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/13315)
show more ...
|
b6f18ed2 | 04-Nov-2020 |
David von Oheimb |
openssl.pod: Move verification doc to new doc/man1/openssl-verification-options.pod Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull
openssl.pod: Move verification doc to new doc/man1/openssl-verification-options.pod Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13315)
show more ...
|
6b480ee3 | 20-Nov-2020 |
Dr. David von Oheimb |
find-doc-nits: fix regexp and point out that CA.pl and tsget.pod are special Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13315) |
9256e8a2 | 14-Sep-2020 |
Richard Levitte |
PEM: Add a more generic way to implement PEM _ex functions for libctx This also adds the following functions, for completeness: PEM_write_PrivateKey_ex(), PEM_write_bio_PrivateKey_e
PEM: Add a more generic way to implement PEM _ex functions for libctx This also adds the following functions, for completeness: PEM_write_PrivateKey_ex(), PEM_write_bio_PrivateKey_ex(), PEM_write_PUBKEY_ex, PEM_write_bio_PUBKEY_ex Fixes #13542 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13547)
show more ...
|
030da844 | 04-Dec-2020 |
Richard Levitte |
EVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits() These functions are documented to return 0 if the size they are supposed to return 0 if the size isn't available
EVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits() These functions are documented to return 0 if the size they are supposed to return 0 if the size isn't available. They needed a bit of adjustment to actually do so, since the backend functions they call might return negative numbers in that case. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13611)
show more ...
|
ecfbe2f0 | 04-Dec-2020 |
Richard Levitte |
DSA: Make DSA_bits() and DSA_size() check that there are key parameters Without these check, a DSA structure without key parameters will cause these functions to crash. This is also the
DSA: Make DSA_bits() and DSA_size() check that there are key parameters Without these check, a DSA structure without key parameters will cause these functions to crash. This is also the case in pre-3.0 OpenSSL, but since we now extract these data early, to cache them in the EVP_PKEY structure, the same crash happens earlier and much more internally. The added checks are of the same kind as DSA_security_bits() already does. Fixes #13610 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13611)
show more ...
|
76191c79 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for X.509 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
3c667d98 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for Whirlpool Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
f2e94543 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for OSSL_STORE Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
3be1dc50 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for SSL Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
2b3f59fd | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for SRP Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
033b8d5e | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for SHA Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
0038fff0 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for SEED Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
632fb525 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for RIPEMD Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
17fbbe77 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for RC5 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
53a14afe | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for RC4 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
1b6d1f51 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for RC2 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
00639486 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for RAND Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
be8e9b39 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for PKCS#12 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
be5b2b64 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for MDC2 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
5fb0f317 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for MD5 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
4ea7e4e0 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for MD4 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
0c5f7284 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for MD2 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
4b361f87 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for IDEA Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |
ba214058 | 20-Nov-2020 |
Richard Levitte |
Switch deprecation method for HMAC Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13460) |