]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x509.h
Initial support for pluggable public key ASN1 support. Process most public
[thirdparty/openssl.git] / crypto / x509 / x509.h
2006-03-20  Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2005-05-15  Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11  Bodo MöllerFix more error codes.
2005-03-31  Ben LaurieConsistency.
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30  Ben LaurieConstification.
2004-12-28  Richard LevitteAdd functionality needed to process proxy certificates.
2004-10-04  Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-23  Dr. Stephen HensonInitial support for certificate policy checking and...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-10-24  Geoff ThorpeRemove duplicate prototypes have already been (correctl...
2003-07-23  Dr. Stephen HensonAvoid clashes with Win32 names in WinCrypt.h
2003-04-03  Richard LevitteAdd functionality to help making self-signed certificate.
2003-03-20  Richard LevitteMake sure we get the definition of a number of OPENSSL_...
2002-11-18  Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-14  Richard Levittemakedepend complains when a header file is included...
2002-10-03  Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-08-22  Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-09  Bodo MöllerAdd ECDH support.
2002-08-07  Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-02-13  Bodo MöllerECDSA support
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-10-04  Richard LevitteBecause there's chances we clash with the system's...
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-17  Dr. Stephen HensonAdd CRL utility functions to allow CRLs to be
2001-08-06  Bodo MöllerReinsert typedef'ed names for structs to help those...
2001-08-05  Ben LaurieStart to reduce some of the header bloat.
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-06-11  Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-05-10  Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-03-15  Dr. Stephen HensonOverhaul the display of certificate details in
2001-02-26  Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-02  Dr. Stephen HensonVarious function for commmon operations.
2001-01-17  Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-12-28  Dr. Stephen HensonASN1_ITEM versions of sign, verify, pack and unpack.
2000-12-24  Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-14  Dr. Stephen HensonNew function X509_signature_print() to remove some...
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-04  Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-07  Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07  Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-09-05  Dr. Stephen HensonFix typo in rsautl.
2000-09-05  Dr. Stephen Henson*BIG* verify code reorganisation.
2000-09-05  Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-03  Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-07-30  Dr. Stephen HensonDocument the new DN printing options.
2000-07-28  Dr. Stephen HensonNew ASN1_STRING_print_ex() and X509_NAME_print_ex()
2000-07-26  Dr. Stephen HensonMake NEG_PUBKEY_BUG on by default.
2000-06-20  Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-06-16  Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-09  Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-01  Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01  Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-18  Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-05-16  Ben LaurieTypesafety Thought Police part 3.
2000-05-02  Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-07  Dr. Stephen HensonNew compatability trust and purpose settings.
2000-02-26  Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26  Dr. Stephen HensonRename functions for new convention.
2000-02-20  Dr. Stephen HensonChange the 'other' structure in certificate aux info.
2000-02-07  Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
2000-02-05  Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-21  Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-20  Dr. Stephen HensonOops... undo change to wrong prototype.
2000-01-20  Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-19  Dr. Stephen HensonRename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-07  Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06  Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-01  Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29  Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-26  Dr. Stephen HensonNew {i2d,d2i}_PrivateKey_{bio, fp} functions.
1999-12-24  Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-24  Dr. Stephen HensonFixes so NO_RSA works again.
1999-12-02  Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29  Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-27  Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-27  Dr. Stephen HensonInitial trust code: allow setting of trust checking...
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-21  Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-16  Dr. Stephen HensonNew function X509_cmp().
1999-11-04  Dr. Stephen HensonAllow additional information to be attached to a
1999-10-27  Dr. Stephen HensonContinued multibyte character support.
1999-10-13  Dr. Stephen HensonInitial support for certificate purpose checking: this...
1999-10-11  Dr. Stephen HensonAdd EX_DATA support to X509.
1999-10-04  Dr. Stephen HensonAdd support for public key input and output in rsa...
1999-09-06  Ben LaurieFix warnings.
1999-09-03  Dr. Stephen HensonAdd new 'spkac' utility and several SPKAC utility funct...
1999-08-11  Dr. Stephen HensonAdd functions to allow extensions to be added to certif...
1999-08-09  Dr. Stephen HensonSupport for parsing of certificate extensions in PKCS...
1999-07-21  Bodo Möllerslight clean-up
1999-06-30  Ulf MöllerMore no-xxx option tweaks.
1999-06-08  Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-06  Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
next