aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-8/+0
* Use inner algorithm when printing certificate.Rob Stradling2015-01-221-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-447/+453
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-0/+2
* print out issuer and subject unique identifier fields in certificatesDr. Stephen Henson2012-06-121-0/+18
* fix warningDr. Stephen Henson2012-01-151-1/+1
* asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov2012-01-111-2/+2
* fix signature printing routinesDr. Stephen Henson2010-10-041-0/+2
* print outermost signature algorithm parameters tooDr. Stephen Henson2010-03-071-2/+7
* fix indent, newlineDr. Stephen Henson2010-03-061-0/+2
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-5/+28
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+6
* PR: 2004Dr. Stephen Henson2009-08-101-1/+1
* Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length.Dr. Stephen Henson2008-11-051-2/+2
* Make sure not to read beyond end of bufferBodo Möller2008-07-161-6/+7
* Source readability fix, which incidentally works around XLC compiler bug.Andy Polyakov2007-12-291-5/+4
* remove unreachable codeNils Larsch2007-02-101-13/+2
* Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-221-26/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+0
* constify some print and ts functionsNils Larsch2006-03-051-8/+9
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-2/+15
* ecc api cleanup; summary:Nils Larsch2005-05-161-1/+1
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* free() -> OPENSSL_free()Richard Levitte2002-11-131-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+6
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-6/+6
* ECDSA supportBodo Möller2002-02-131-0/+11
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-2/+2
* Another empty X509_NAME fix.Dr. Stephen Henson2001-06-261-0/+2
* Handle empty X509_NAME in printing routines.Dr. Stephen Henson2001-06-261-2/+2
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-8/+3
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-1/+1
* Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-2/+4
* Print out OID of unknown signature or public keyDr. Stephen Henson2001-02-241-6/+11
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+5
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-27/+4
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-141-15/+22
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+50
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-061-4/+10
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-041-78/+127
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-1/+1
* Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson1999-08-091-4/+0
* More diagnostics.Ben Laurie1999-08-031-0/+1
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+10