doc: document param argument to RSA calls
[openssl.git] / crypto / x509 /
2021-03-11 Matt CaswellUpdate copyright year
2021-03-09 Shane LontisReword repeated words.
2021-03-06 Dr. David von OheimbMake more use of X509_add_certs(); minor related code...
2021-02-27 Dr. David von OheimbCode cleanup mostly in crypto/x509/v3_purp.c
2021-02-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-21 Shane LontisFix external symbols for pkcs7.
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18 Dr. David von Oheimbchain_build(): Call verify_cb_cert() if a preliminary...
2021-02-17 Dr. David von Oheimbx509_vfy: fix mem leaks in chain_build() on malloc...
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-16 Matt CaswellFix Null pointer deref in X509_issuer_and_serial_hash()
2021-02-15 Benjamin Kadukx509_vfy: remove redundant stack allocation
2021-02-11 Dr. David von OheimbX509_STORE_CTX_cleanup(): Use internally so no need...
2021-02-11 Dr. David von OheimbX509_STORE_CTX_get1_issuer(): Make preference on expire...
2021-02-11 Dr. David von Oheimbx509_vfy.c: Make chain_build() error diagnostics to...
2021-02-09 Dr. David von Oheimbx509_vfy.c: Sort out return values 0 vs. -1 (failure...
2021-02-09 Dr. David von OheimbX509_get_pubkey_parameters(): Correct failure behavior...
2021-02-09 Dr. David von Oheimbx509_vfy.c: Fix various coding style and documentation...
2021-02-06 Dr. David von OheimbAdd X509_STORE_CTX_verify(), which takes the first...
2021-02-04 Dr. David von Oheimbx509_vfy.c: Improve coding style and comments all over...
2021-02-04 Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-02-02 Rich SalzDeprecate X509_certificate_type
2021-01-28 Dr. David von Oheimbcheck_sig_alg_match(): weaken sig nid comparison to...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-21 Dr. David von OheimbX509_REQ_get_extensions(): Return empty stack if no...
2021-01-20 Dr. David von OheimbX509v3_get_ext_by_NID.pod: Add warning on counter-intui...
2021-01-20 Dr. David von OheimbX509_REQ_print_ex(): Correct indentation of extensions...
2021-01-20 Dr. David von OheimbX509_REQ_print_ex(): Replace weird 'a0:00' output on...
2021-01-20 Dr. David von Oheimbconstify X509_REQ_add_extensions() and X509_REQ_add_ext...
2021-01-20 Dr. David von OheimbX509: Enable printing cert even with invalid validity...
2021-01-20 Dr. David von Oheimbx509_vfy.c: Rename CHECK_CB() to the more intuitively...
2021-01-18 Shane LontisFix PKCS7 potential segfault
2021-01-16 Dr. David von OheimbX509V3_EXT_CRL_add_nconf(): Fix mem leak on error and...
2021-01-14 Dr. David von Oheimbfind_issuer(): When returning an expired issuer, take...
2021-01-13 Dr. David von Oheimbx509v3.h.in: Deprecate CTX_TEST and replace it by X509V...
2021-01-13 Dr. David von Oheimbcrypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von OheimbX509_PUBKEY_set(): Fix error reporting
2021-01-13 Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2021-01-13 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-13 Dr. David von Oheimbd2i_X509(): Make deallocation behavior consistent with...
2021-01-13 Dr. David von Oheimbx509_vfy.c: Fix a regression in find_issuer()
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-12-21 Ingo SchwarzeFix NULL pointer access caused by X509_ATTRIBUTE_create()
2020-12-21 jwalchRestore v2i_AUTHORITY_INFO_ACCESS() behavior
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-16 Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-10 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Correct out-of-memory behavior...
2020-12-10 Dr. David von OheimbX509V3_EXT_add_nconf_sk(): Improve description and...
2020-12-10 Dr. David von Oheimbx509v3_config.pod: Clarify semantics of subjectKeyIdent...
2020-12-08 Matt CaswellCorrectly compare EdiPartyName in GENERAL_NAME_cmp()
2020-12-08 Matt CaswellDirectoryString is a CHOICE type and therefore uses...
2020-12-04 Dr. David von Oheimbx509_vfy.c: Improve comments (correcting typos etc.)
2020-12-03 Shane Lontisfix x509_PUBKEY propq so that it uses a copy
2020-12-03 Shane LontisFix x509_crl propq so that it uses a copy
2020-12-03 Shane LontisFix X509 propq so it does not use references
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-12-03 Pauliremove unused initialisations
2020-12-03 Pauliremove unused assignments
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-12-02 Matt CaswellDon't Overflow when printing Thawte Strong Extranet...
2020-11-27 Dr. David von OheimbX509_dup: fix copying of libctx and propq using new...
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-22 Ankita Shettyx509_vfy.c: Remove superfluous assignment to 'ret'...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-06 David von Oheimbx509_vfy.c: Call verification callback individually...
2020-11-06 David von Oheimbx509_vfy.c: Introduce CHECK_CB macro simplifying use...
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-15 Akshit AkhouryChanging X509at_get0_data_by_OBJ to expect const stack...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-12 Paulivms: move otherwise dead code into the VMS relevant...
2020-10-10 Richard LevitteAdapt some code to OSSL_ENCODER_to_data() / OSSL_DECODE...
2020-10-08 André KlitzingAllow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATURE
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...
next