Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / ocsp / ocsp_srv.c
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-14 Shane LontisAdd some additional NULL checks to prevent segfaults.
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-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-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
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-27 Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-02 PauliCheck for a failure return from EVP_MD_CTX_new() in...
2018-01-24 David CooperAdd documentation for the OCSP_basic_sign() and OCSP_ba...
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2017-11-07 FdaSilvaYYstyle : fix some if(...
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-11 Dr. Stephen Hensonembed OCSP_CERTID
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 .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-04 Dr. Stephen HensonFix ASN1_TIME_to_generlizedtime().
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.