]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ocsp/ocsp_ext.c
Use p==NULL not !p (in if statements, mainly)
[thirdparty/openssl.git] / crypto / ocsp / ocsp_ext.c
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree NULL cleanup 8
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-23  Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-05  Dr. Stephen HensonMake OCSP structures opaque.
2015-02-08  Rich SalzFinal (for me, for now) dead code cleanup
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2007-06-07  Dr. Stephen HensonFinish gcc 4.2 changes.
2006-11-13  Dr. Stephen HensonOCSP library tidy. Use extension to encode OCSP extensi...
2005-03-31  Ben LaurieConsistency.
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-02-19  Dr. Stephen HensonUse an OCTET STRING for the encoding of an OCSP nonce...
2001-02-20  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL). That...
2001-02-12  Dr. Stephen HensonModify OCSP nonce behaviour.
2001-02-08  Richard LevitteThe check for request including a nonce and response...
2001-02-05  Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-01-08  Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2000-12-28  Dr. Stephen HensonNew OCSP extension functions.
2000-12-17  Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-11-14  Richard LevitteTypo, was "time" instead of "tim".
2000-11-12  Ben LaurieMake this stuff compile.
2000-11-03  Richard LevitteInstead of just STACK, use STACK_OF(ASN1_OBJECT).
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.