summaryrefslogtreecommitdiffstats
path: root/crypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Issuer Sign Tool extention supportNikolay Morozov2020-03-254-1/+152
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-2321-114/+128
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-216-57/+111
* X509: Rename X509_set0_sm2_id() and friendsRichard Levitte2020-03-153-34/+18
* Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb2020-03-101-0/+29
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-2/+2
* x509v3 subjectSignTool extention supportNikolay Morozov2020-02-284-3/+73
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-173-0/+142
* Adapt i2d_PUBKEY for provider only keysRichard Levitte2020-02-141-11/+42
* Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte2020-02-121-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-111-0/+6
* X509_PUBKEY_set(): Fix memory leakRichard Levitte2020-02-111-0/+16
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-10/+19
* Fix no-ecMatt Caswell2020-02-081-0/+2
* Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx2020-02-051-0/+14
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte2020-02-021-139/+41
* Adapt X509_PUBKEY_set() for use with provided implementationsRichard Levitte2020-01-281-8/+35
* Update man3/verify documentation, error textRich Salz2020-01-231-11/+10
* Add support for otherName:NAIRealm in outputJan-Frederik Rieckers2019-12-111-0/+11
* add X509_cmp_timeframe() including its documentationDr. David von Oheimb2019-12-042-1/+26
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-291-0/+24
* Check the return from OPENSSL_buf2hexstr()Matt Caswell2019-11-291-1/+10
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-072-2/+2
* Don't assume the type we read was the type we expectedMatt Caswell2019-11-041-10/+37
* Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell2019-11-041-2/+15
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-033-18/+277
* Fix --strict-warnings buildPatrick Steuer2019-11-031-2/+2
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-176-20/+20
* Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte2019-10-111-4/+8
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-0916-48/+63
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-282-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2822-20/+20
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-2832-43/+43
* Support printing out some otherName variantsDmitry Belyavskiy2019-09-241-3/+39
* Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger2019-09-131-6/+20
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-122-2/+2
* Fix error handling in x509_lu.cBernd Edlinger2019-09-051-9/+27
* Fix error handling in X509_chain_up_refBernd Edlinger2019-08-171-1/+9
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-3/+7
* Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre2019-08-011-0/+14
* Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis2019-07-312-7/+7
* Fix BIO_printf format warningsBernd Edlinger2019-07-301-1/+1
* x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre2019-07-221-0/+1
* Cleanup use of X509 STORE locksShane Lontis2019-07-181-37/+40
* Regenerate mkerr filesRich Salz2019-07-162-224/+3
* Fix wrong lock claimed in x509 dir lookup.Krists Krilovs2019-07-151-2/+2
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-082-0/+6
* Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger2019-07-021-1/+3