aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_all.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-04-06Fix no-ocspMatt Caswell1-0/+4
2016-03-20Remove #error from include files.Rich Salz1-6/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson1-2/+2
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson1-3/+4
2015-09-17Embed various signature algorithms.Dr. Stephen Henson1-14/+14
2015-09-16Embed X509_REQ_INFODr. Stephen Henson1-3/+3
2015-09-16Embed X509_CINFDr. Stephen Henson1-8/+8
2015-09-16X509_CRL_INFO embedDr. Stephen Henson1-6/+6
2015-08-31make X509_REQ opaqueDr. Stephen Henson1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-317/+322
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-9/+9
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson1-0/+2
2013-06-05Reencode with X509_CRL_ctx_sign too.Dr. Stephen Henson1-0/+1
2013-05-02Reencode certificates in X509_sign_ctx.Dr. Stephen Henson1-0/+1
2012-11-29add wrapper function for certificate downloadDr. Stephen Henson1-0/+6
2012-11-28Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson1-0/+8
2010-10-03Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson1-0/+1
2010-03-14add X509_CRL_sign_ctx functionDr. Stephen Henson1-0/+19
2006-11-06remove SSLEAY_MACROS codeNils Larsch1-1/+0
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson1-6/+0
2005-07-16makeNils Larsch1-0/+4
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-68/+43
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson1-0/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+2
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-29/+28
2002-02-13ECDSA supportBodo Möller1-0/+53
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-1/+1
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-54/+0
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-48/+48
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-10/+10
2001-02-02Various function for commmon operations.Dr. Stephen Henson1-0/+9
2000-12-30ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson1-54/+34
2000-12-29Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson1-23/+11
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson1-13/+13
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson1-0/+22
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-4/+4
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson1-0/+12
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson1-55/+6
1999-12-26New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1-0/+71
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson1-0/+23
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1-3/+3
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1-8/+32
1999-10-04Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1-0/+25
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1-0/+54
1999-05-21The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should beDr. Stephen Henson1-14/+14
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-149/+53