summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-09Use the libctx and propq from the X509_STORE_CTXMatt Caswell
2020-04-08Add X509_STORE_CTX_new_with_libctx()Matt Caswell
2020-04-07Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb
2020-04-06Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-03-30Add the X509v3_cache_extensions() functionMatt Caswell
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
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
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2020-02-14Adapt i2d_PUBKEY for provider only keysRichard Levitte
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-11X509_PUBKEY_set(): Fix memory leakRichard Levitte
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-02-07Fix no-ecMatt Caswell
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2020-01-28Adapt X509_PUBKEY_set() for use with provided implementationsRichard Levitte
2020-01-23Update man3/verify documentation, error textRich Salz
2019-12-11Add support for otherName:NAIRealm in outputJan-Frederik Rieckers
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-04Don't assume the type we read was the type we expectedMatt Caswell
2019-11-04Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-11-03Fix --strict-warnings buildPatrick Steuer
2019-10-17Rename internal function name_cmp() to v3_name_cmp()Richard Levitte
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-24Support printing out some otherName variantsDmitry Belyavskiy