Some more tweaks to ENGINE code.
[openssl.git] / crypto / x509 /
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-26 Richard Levittemake update
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-12 Dr. Stephen HensonWork around for libsafe "error".
2001-02-04 Ben LaurieMake depend.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-01-28 Bodo MöllerComment and indentation
2001-01-20 Dr. Stephen HensonFix to stop X509_time_adj() using GeneralizedTime.
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-12-30 Dr. Stephen HensonASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
2000-12-29 Dr. Stephen HensonReplace the old ASN1_dup() with ASN1_item_dup() and
2000-12-28 Dr. Stephen HensonAdd NO_ASN1_OLD to remove some old style functions:
2000-12-28 Dr. Stephen HensonASN1_ITEM versions of sign, verify, pack and unpack.
2000-12-27 Dr. Stephen HensonX509V3_add_i2d() needs to be able to allocate a
2000-12-24 Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-15 Bodo MöllerLocking issues.
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-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-14 Dr. Stephen HensonFix for typo in certificate directory lookup code.
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-04 Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-22 Dr. Stephen HensonOnly use the new informational verify codes if we
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07 Richard Levitte'make update'
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-09-06 Bodo MöllerAnother superfluous pair of parentheses.
2000-09-06 Bodo MöllerAnother round of indentation changes: Position braces...
2000-09-06 Bodo MöllerMore indentation consistency: for (), while (), if...
2000-09-06 Bodo MöllerFix X509_STORE_CTX_init. Make indentation more consist...
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-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-09-03 Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-08-21 Dr. Stephen HensonVarious fixes...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
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-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
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-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
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-04-09 Richard Levitte"make update"
2000-03-14 Dr. Stephen HensonMake V_ASN1_APP_CHOOSE work again.
2000-03-07 Dr. Stephen HensonNew compatability trust and purpose settings.
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-02 Dr. Stephen HensonFix bug which would free up a public key
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-17 Bodo MöllerMake sure the return value of by_file_ctrl(..., X509_L_...
2000-02-11 Bodo MöllerUpdate.
2000-02-11 Ben LaurieCorrect time in seconds instead of minutes.
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-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
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-14 Bodo MöllerAvoid some warnings, and run "make update".
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
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 HensonRemainder of SSL purpose and trust code: trust and...
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 HensonOops! Commit died on me :-(
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-24 Dr. Stephen HensonInitial chain verify code: not tested probably not...
1999-11-21 Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-18 Ben LaurieUpdate dependencies.
1999-11-17 Dr. Stephen HensonModify verify code to handle self signed certificates.
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
next