summaryrefslogtreecommitdiff
path: root/crypto/asn1/x_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),steve2010-10-031-2/+2
* Initial support for name constraints certificate extension.steve2008-08-081-0/+2
* Fix change to OPENSSL_NO_RFC3779steve2006-12-061-2/+2
* Add RFC 3779 support.ben2006-11-271-0/+8
* Cache some CRL related extensions.steve2006-07-241-0/+2
* Extend callback function to support print customization.steve2005-09-011-1/+2
* Remove ASN1_METHOD code replace with new ASN1 alternative.steve2005-08-201-13/+0
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-5/+7
* Initial support for certificate policy checking and evaluation.steve2004-03-231-0/+3
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-2/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.geoff2001-09-011-9/+4
* The indexes returned by ***_get_ex_new_index() functions are used whengeoff2001-08-121-3/+4
* More linker bloat reorganisation:steve2001-07-271-0/+1
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionsteve2001-02-231-2/+2
* Merge from the ASN1 branch of new ASN1 codesteve2000-12-081-86/+62
* *BIG* verify code reorganisation.steve2000-09-051-3/+8
* Various fixes...steve2000-08-211-0/+1
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-3/+3
* Seek out and destroy another evil cast.ulf2000-01-301-1/+1
* Tidy up CRYPTO_EX_DATA structures.steve2000-01-231-7/+7
* Allow additional information to be attached to asteve1999-11-041-0/+36
* Replace the macros in asn1.h with function equivalents. Also make UTF8Stringssteve1999-10-201-2/+2
* Initial support for certificate purpose checking: this willsteve1999-10-131-0/+1
* Add EX_DATA support to X509.steve1999-10-111-1/+23
* Torture weak compilers less by not automatically including x509.h wherebodo1999-07-211-0/+1
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-11/+5
* Massive constification.ben1999-04-171-5/+11
* Initial revisionrse1998-12-211-0/+155