aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_all.c
Commit message (Expand)AuthorAgeFilesLines
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-1/+1
* X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte2017-01-281-1/+1
* Fix no-ocspRichard Levitte2017-01-131-0/+1
* Make X509_Digest,others publicRich Salz2017-01-121-0/+14
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix no-ocspMatt Caswell2016-04-061-0/+4
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* embed CRL serial number and signature fieldsDr. Stephen Henson2015-10-151-2/+2
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-151-3/+4
* Embed various signature algorithms.Dr. Stephen Henson2015-09-171-14/+14
* Embed X509_REQ_INFODr. Stephen Henson2015-09-161-3/+3
* Embed X509_CINFDr. Stephen Henson2015-09-161-8/+8
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-6/+6
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-317/+322
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-9/+9
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-0/+2
* Reencode with X509_CRL_ctx_sign too.Dr. Stephen Henson2013-06-051-0/+1
* Reencode certificates in X509_sign_ctx.Dr. Stephen Henson2013-05-021-0/+1
* add wrapper function for certificate downloadDr. Stephen Henson2012-11-291-0/+6
* Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson2012-11-281-0/+8
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson2010-10-031-0/+1
* add X509_CRL_sign_ctx functionDr. Stephen Henson2010-03-141-0/+19
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-1/+0
* Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson2006-09-211-6/+0
* makeNils Larsch2005-07-161-0/+4
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-68/+43
* Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson2004-12-091-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-29/+28
* ECDSA supportBodo Möller2002-02-131-0/+53
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-54/+0
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-48/+48
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-10/+10
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-0/+9
* ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson2000-12-301-54/+34
* Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson2000-12-291-23/+11
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-281-13/+13
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-0/+22
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-4/+4
* Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2000-05-181-0/+12
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-011-55/+6
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-261-0/+71
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-0/+23
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-3/+3
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-8/+32
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-041-0/+25