rsa: add ossl_ prefix to internal rsa_ calls.
[openssl.git] / crypto / x509 /
2020-10-01 Dr. David von OheimbFix memory leak in req_cb() of x_req.c - handle disting...
2020-10-01 Matt CaswellFix some things the rename script didn't quite get...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-26 Dr. David von OheimbImplement treatment of id-pkix-ocsp-no-check extension...
2020-09-20 Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-17 Tomas MrazRename check_chain_extensions to check_chain
2020-09-17 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-15 Paulifree memory use on error in cert verify
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in asn1t.h
2020-09-13 Matt CaswellFix safestack issues in x509_vfy.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Require X.509 v3 if extension...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Change exclusion condition...
2020-09-11 Dr. David von Oheimbx509_vfy.c: Make sure that strict checks are not done...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that CA cert includ...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that on empty Subje...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that AKID and SKID...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that Basic Constrai...
2020-09-11 Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-09-10 Dr. David von OheimbX509_NAME_cmp: restrict normal return values to {-1...
2020-09-10 Dr. David von OheimbX509_NAME_oneline(): Fix output of multi-valued RDNs...
2020-09-05 Dr. David von OheimbX509_STORE_CTX_print_verify_cb(): add AKID and SKID...
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-26 Dmitry BelyavskiyRFC 8398: EAI comparison
2020-08-26 Dmitry BelyavskiyRFC 8398: Name constraints validation
2020-08-26 Richard Levittecrypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()
2020-08-24 Richard LevitteSTORE: Modify to support loading with provider based...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-21 Dr. David von Oheimbx_x509.c: Simplify X509_new_with_libctx() using x509_se...
2020-08-21 Dr. David von OheimbMake sure x509v3_cache_extensions() does not modify...
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-13 Dr. David von OheimbRemove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09 Shane LontisAdd libctx support to PKCS7.
2020-08-09 Shane LontisAdd internal method x509_set0_libctx().
2020-08-06 Matt CaswellUpdate copyright year
2020-08-04 Dr. David von OheimbAdd 'section=...' info in error output of X509V3_EXT_nc...
2020-08-04 Dr. David von OheimbRename misleading X509V3_R_INVALID_NULL_NAME to X509V3_...
2020-08-04 Dr. David von OheimbCorrect confusing X509V3 conf error output by removing...
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-16 Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-01 Dr. David von OheimbX509v3_cache_extensions(): Improve coding style and...
2020-07-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-07-01 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01 Dr. David von OheimbOptimization and safety precaution in find_issuer(...
2020-07-01 Dr. David von OheimbRefactor (without semantic changes) crypto/x509/{v3_pur...
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-01 Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-26 Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-25 PauliCoverity 1463830: Resource leaks (RESOURCE_LEAK)
2020-05-22 Nicola TuveriAdjust length of some strncpy() calls
2020-05-22 PauliCoverity 1463258: Incorrect expression (EVALUATION_ORDER)
2020-05-18 Bernd EdlingerFix some places where X509_up_ref is used
2020-05-15 Matt CaswellUpdate copyright year
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-04-30 Paulicoverity 1462560 Resource leak
2020-04-30 Paulicoverity 1462556 Resource leak
2020-04-30 Shane LontisFix snprintf missing for windows build
2020-04-29 Richard Levitteinclude/openssl/x509v3.h: restore previous stack defini...
2020-04-27 Richard Levittecrypto/x509/v3_alt.c: make 'othername' a bit bigger
2020-04-25 Dirk-Willem van... Add support for unusal 'othername' subjectAltNames
2020-04-24 Nikolay MorozovCode cleanup in X509v3 String Extentions
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Dirk-Willem van... Add setter equivalents to X509_REQ_get0_signature
2020-04-18 Dr. David von OheimbPrevent crash in X509_NAME_cmp() etc. when cert has...
2020-04-16 Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-16 Matt CaswellCreate a libctx aware X509_verify_ex()
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-08 Matt CaswellUse the libctx and propq from the X509_STORE_CTX
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-07 Dr. David von OheimbFix error reporting glitch in X509_STORE_CTX_print_veri...
2020-04-06 Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
2020-04-06 Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-30 Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-25 Nikolay MorozovIssuer Sign Tool extention support
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-15 Richard LevitteX509: Rename X509_set0_sm2_id() and friends
2020-03-10 Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-28 Nikolay Morozovx509v3 subjectSignTool extention support
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-14 Richard LevitteAdapt i2d_PUBKEY for provider only keys
2020-02-12 Richard LevitteAdd OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
2020-02-11 PauliDeprecate the low level DSA functions.
next