Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-24X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb
2022-05-24Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger
2021-11-09Fix: invoking X509_self_signed improperlyPW Hu
2021-06-30x509: improve error reportingPauli
2021-04-28Add X509 version constants.David Benjamin
2021-04-14X509_NAME_cmp: if canon_enclen is 0 for both names return 0Tomas Mraz
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-20x509: coverity 1472673 & 1472693 - dereference after null checksPauli
2021-03-06Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-10X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-17Fix error handling in X509_chain_up_refBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-25Constify ...FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-29Avoid overflow issues in X509_cmp.David Benjamin
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-27Remove /* foo.c */ commentsRich Salz
2016-01-21Check Suite-B constraints with EE DANE recordsViktor Dukhovni
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-15New function X509_get0_pubkeyDr. Stephen Henson