summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-04-30coverity 1462580 Improper use of negative valuePauli
2020-04-30coverity 1462578 Resource leakPauli
2020-04-30coverity 1462576 Resource leakPauli
2020-04-30coverity 1462567: Null pointer dereferencesPauli
2020-04-30coverity 1462573 Dereference after null checkPauli
2020-04-30coverity 1462566 Resource leakPauli
2020-04-30coverity 1462561 Uninitialized scalar variablePauli
2020-04-30coverity 1462560 Resource leakPauli
2020-04-30coverity 1462556 Resource leakPauli
2020-04-30coverity 1462554 Dereference after null checkPauli
2020-04-30coverity 1462549 Dereference before null checkPauli
2020-04-30coverity 1462548 Resource leakPauli
2020-04-30coverity 1462546 Dereference after null checkPauli
2020-04-30coverity 1462545 Dereference after null checkPauli
2020-04-30coverity 1462543 Logically dead codePauli
2020-04-30coverity 1462541 Dereference after null checkPauli
2020-04-30coverity 1462550 Resource leakPauli
2020-04-30coverity 1462565: Null pointer dereferencesPauli
2020-04-30param bld: avoid freeing the param builder structure on error paths.Pauli
2020-04-30Fix snprintf missing for windows buildShane Lontis
2020-04-29EVP: Fix evp_keymgmt_util_copy() for to->keymgmt == NULLRichard Levitte
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-27i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt
2020-04-27crypto/x509/v3_alt.c: make 'othername' a bit biggerRichard Levitte
2020-04-25Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik
2020-04-25keymgmt: convert to use the params modification detection.Pauli
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli
2020-04-25evp: convert existing code to use the new modified sentinel for params.Pauli
2020-04-25params: handle the modified sentinel.Pauli
2020-04-24Code cleanup in X509v3 String ExtentionsNikolay Morozov
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-24Fix typo from #10631Nicola Tuveri
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-23EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digestRichard Levitte
2020-04-23EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte
2020-04-22Fix no-errMatt Caswell
2020-04-22Fix some build failures with no-dhMatt Caswell
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-20Swap parameters of evp_method_id()Dr. Matthias St. Pierre
2020-04-20Fix an assertion (and a comment) of evp_method_id()Dr. Matthias St. Pierre
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb