Don't exclude quite so much in a no-sock build
[openssl.git] / crypto / x509 /
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.
2020-02-11 Richard LevitteX509_PUBKEY_set(): Fix memory leak
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-07 Matt CaswellFix no-ec
2020-02-05 Kurt RoeckxStop accepting certificates signed using SHA1 at securi...
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-02 Richard LevitteX509: Refactor X509_verify() and X509_REQ_verify()...
2020-01-28 Richard LevitteAdapt X509_PUBKEY_set() for use with provided implement...
2020-01-23 Rich SalzUpdate man3/verify documentation, error text
2019-12-11 Jan-Frederik RieckersAdd support for otherName:NAIRealm in output
2019-12-04 Dr. David von Oheimbadd X509_cmp_timeframe() including its documentation
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-29 Matt CaswellCheck the return from OPENSSL_buf2hexstr()
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-04 Matt CaswellDon't assume the type we read was the type we expected
2019-11-04 Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-11-03 Patrick SteuerFix --strict-warnings build
2019-10-17 Richard LevitteRename internal function name_cmp() to v3_name_cmp()
2019-10-11 Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-05 Bernd EdlingerFix error handling in x509_lu.c
2019-08-17 Bernd EdlingerFix error handling in X509_chain_up_ref
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31 Shane LontisRename X509_STORE ptr stored in opaque struct X509_STOR...
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
2019-07-22 Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-07-18 Shane LontisCleanup use of X509 STORE locks
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-15 Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-08 Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-02 Bernd EdlingerCheck for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_...
2019-06-28 Paul YangSupport SM2 certificate signing
2019-06-21 PauliRemove OPENSSL_memcmp.
2019-06-07 Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09 Matt CaswellFix crash in X509_STORE_CTX_get_by_subject
2019-03-18 David von Oheimbadd 'Signature Value:' line and correct indentation...
2019-03-18 David von Oheimbremove needless empty lines when printing certificates
2019-03-13 杨洋Support SM2 certificate verification
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-31 Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31 Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31 Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-13 Anna HenningsenFix compilation with `-DREF_PRINT`
2018-12-20 Ken GoldmanAdmit unknown pkey types at security level 0
2018-12-19 Richard LevitteX509_check_issued: check that signature algo matches...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-10-18 Viktor DukhovniApply self-imposed path length also to root CAs
2018-10-18 Viktor DukhovniOnly CA certificates can be self-issued
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-11 Matt CaswellUpdate copyright year
2018-08-17 Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07 Andy Polyakovx509/x509name.c: fix potential crash in X509_NAME_get_t...
2018-06-20 Matt CaswellUpdate copyright year
2018-06-11 Todd ShortAdd support for RSA-PSS to X509_certificate_type()
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29 Matt CaswellUpdate copyright year
2018-05-23 Viktor DukhovniSkip CN DNS name constraint checks when not needed
2018-05-21 Matt CaswellFix undefined behaviour in X509_NAME_cmp()
2018-05-20 Richard LevitteRestore check of |*xn| against |name| in X509_NAME_set
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-05-02 Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-01 Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-05-01 Matt CaswellUpdate copyright year
2018-04-24 Rich SalzAdd missing malloc-return-null instance
2018-04-24 Dr. Matthias St... x509/by_dir.c: Remove dead code
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-19 Matt CaswellDon't crash if there are no trusted certs
2018-04-17 Richard LevitteUpdate copyright year
2018-04-06 Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-04-03 Matt CaswellUpdate copyright year
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-20 Matt CaswellUpdate copyright year
2018-03-02 Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-02-27 Matt CaswellUpdate copyright year
2018-02-21 Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-08 Dmitry BelyavskiyNUMERICSTRING support
2018-01-06 Bernd EdlingerFix error handling in X509_REQ_print_ex
2018-01-04 Rich SalzRewrite RT3513.
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-16 Richard LevitteAdd padding spaces before printing signature algorithm...
2017-11-16 Yutian LiAdd padding spaces before printing algo.
2017-11-15 Rich SalzRevert "Add padding spaces before printing algo."
next