aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/t_x509.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01Remove goto inside an if(0) blockRich Salz1-6/+5
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-8/+0
2015-01-22Use inner algorithm when printing certificate.Rob Stradling1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-447/+453
2015-01-22Fix strange formatting by indentMatt Caswell1-1/+2
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-0/+2
2012-06-12print out issuer and subject unique identifier fields in certificatesDr. Stephen Henson1-0/+18
2012-01-15fix warningDr. Stephen Henson1-1/+1
2012-01-11asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov1-2/+2
2010-10-04fix signature printing routinesDr. Stephen Henson1-0/+2
2010-03-07print outermost signature algorithm parameters tooDr. Stephen Henson1-2/+7
2010-03-06fix indent, newlineDr. Stephen Henson1-0/+2
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson1-5/+28
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-3/+6
2009-08-10PR: 2004Dr. Stephen Henson1-1/+1
2008-11-05Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length.Dr. Stephen Henson1-2/+2
2008-07-16Make sure not to read beyond end of bufferBodo Möller1-6/+7
2007-12-29Source readability fix, which incidentally works around XLC compiler bug.Andy Polyakov1-5/+4
2007-02-10remove unreachable codeNils Larsch1-13/+2
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson1-26/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-2/+0
2006-03-05constify some print and ts functionsNils Larsch1-8/+9
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-2/+15
2005-05-16ecc api cleanup; summary:Nils Larsch1-1/+1
2005-05-11Fix more error codes.Bodo Möller1-1/+1
2002-11-13free() -> OPENSSL_free()Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-3/+6
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-6/+6
2002-02-13ECDSA supportBodo Möller1-0/+11
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-2/+2
2001-06-26Another empty X509_NAME fix.Dr. Stephen Henson1-0/+2
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson1-2/+2
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-8/+3
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson1-1/+1
2001-03-15Document the -certopt option to the x509 utility.Dr. Stephen Henson1-2/+4
2001-02-24Print out OID of unknown signature or public keyDr. Stephen Henson1-6/+11
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-5/+5
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson1-27/+4
2000-12-14New function X509_signature_print() to remove some duplicateDr. Stephen Henson1-15/+22
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+50
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson1-4/+10
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson1-78/+127
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
1999-11-04Allow additional information to be attached to aDr. Stephen Henson1-0/+1