summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/x_x509.c
AgeCommit message (Expand)Author
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()Joel Sing
2018-02-14Provide X509_get_signature_nid().Joel Sing
2015-03-19Fix several crash causing defects from OpenSSL.Ted Unangst
2015-02-11Remove initialisers with default values from the ASN1 data structures.Joel Sing
2015-02-11Expand most of the ASN1_SEQUENCE* and associated macros, making the dataJoel Sing
2015-02-10unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely toJoel Sing
2015-02-10Manually expand ASN1_ITEM_rptr macros that should have been expanded withJoel Sing
2015-02-10Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visibleJoel Sing
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-04-23Make sure ret->name is NULL'ed before return when freeing.Bob Beck
2014-04-18More KNF.Joel Sing
2014-04-18lob a few more knf grenades in here to soften things up.Ted Unangst
2014-04-18putting most of the braces in the right column is the very least we can do.Ted Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker