hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / ocsp / ocsp_cl.c
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-03-11 Matt CaswellUpdate copyright year
2021-03-06 Dr. David von OheimbMake more use of X509_add_certs(); minor related code...
2021-03-06 Dr. David von Oheimbcrypto/ocsp/ocsp_cl.c: coding style improvements
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2017-06-27 Benjamin KadukFix return-value checks in OCSP_resp_get1_id()
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2016-08-17 Matt CaswellConvert OCSP* functions to use const getters
2016-08-05 klemensspelling fixes, just comments and readme.
2016-07-20 Todd ShortOCSP_request_add0_id() inconsistent error return
2016-07-13 Dr. Stephen HensonAdd OCSP accessors.
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-17 Rich SalzAccessor update; fix API, document one.
2016-01-17 Rich SalzAdd some accessors.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-11 Dr. Stephen HensonEmbed various OCSP fields.
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-03-05 Dr. Stephen HensonMake OCSP structures opaque.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-18 Laszlo PappRT2489: Remove extra "sig" local variable.
2007-12-04 Dr. Stephen HensonSubmitted by: Victor B. Wagner <vitus@cryptocom.ru...
2005-07-26 Nils Larschimproved error checking and some fixes
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-04 Dr. Stephen HensonFix ASN1_TIME_to_generlizedtime().
2001-01-08 Dr. Stephen HensonAdd prototypes for new OCSP functions.
2001-01-08 Dr. Stephen HensonAdd set of OCSP client functions. All experimental