Add the possibility to get hexdumps of unprintable data when using
[openssl.git] / crypto / asn1 /
2000-07-27 Richard LevitteAdd the possibility to get hexdumps of unprintable...
2000-07-27 Dr. Stephen HensonFix a bug in the new i2d_{ENUMERATED,INTEGER} that
2000-07-26 Dr. Stephen HensonMake NEG_PUBKEY_BUG on by default.
2000-07-10 Dr. Stephen HensonFix some typose in the i2d/d2i functions that
2000-07-07 Dr. Stephen HensonNew ASN1 functions that just deal with
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
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-15 Dr. Stephen HensonAdd support for the modified SGC key format used in...
2000-06-15 Richard LevitteMake sure that bs is not getting free'd again.
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-05 Bodo Möllerint may be smaller than 32 bits.
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-31 Geoff Thorpesk_***_new_null() seems to be there to avoid exactly...
2000-05-31 Bodo MöllerAdd "FIXME" comment.
2000-05-29 Geoff ThorpeIt seems that mktime does what is required here. Certai...
2000-05-24 Dr. Stephen HensonAdd DSA library string. Workaround for IIS .key file...
2000-05-19 Bodo MöllerFix "FIXME" indentation :-)
2000-05-19 Bodo MöllerAdd "FIXME" comment, and adjust the indentation.
2000-05-17 Ben LaurieTypesafety Thought Police part 5.
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-16 Ben LaurieTypesafety Thought Police Part 2.
2000-05-14 Ben LaurieAllow UTCTIME objects to be retrieved. Check for immine...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-09 Richard Levitte"make update"
2000-03-22 Dr. Stephen HensonFix a memory leak in PKCS12_parse.
2000-03-13 Bodo MöllerUpdate test suite so that 'make test' succeeds in ...
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-03 Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02 Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-02-26 Dr. Stephen HensonMake ASN1 types real typedefs.
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-22 Dr. Stephen HensonMake pkcs8 work again.
2000-02-22 Ulf Möllerwarning.
2000-02-20 Dr. Stephen HensonChange the 'other' structure in certificate aux info.
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
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-29 Dr. Stephen HensonFix CRL encoding bug.
2000-01-24 Ulf MöllerRename asn1/pkcs8.c to asn1/p8_key.c to avoid name...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-13 Bodo MöllerUse CRYPTO_push_info to track down memory leak
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-07 Bodo Möllerapps/openssl.cnf and the documentation say it's "nombstr",
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 HensonAdd OIDs for idea and blowfish. Unfortunately these...
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 HensonFixes so NO_RSA works again.
1999-12-23 Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-12-22 Dr. Stephen HensonSupport for ASN1 NULL type.
1999-12-13 Dr. Stephen HensonFix a typo in a_enum.c.
1999-12-10 Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-08 Dr. Stephen HensonAdd i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
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-23 Dr. Stephen HensonSupport for authority information access extension.
1999-11-21 Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-19 Dr. Stephen HensonSupport for otherName in GeneralName.
1999-11-12 Richard LevitteSome new names in asn1.h are longer than 31 chars,...
1999-11-08 Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-11-04 Dr. Stephen HensonAllow additional information to be attached to a
1999-10-27 Dr. Stephen HensonContinued multibyte character support.
1999-10-25 Dr. Stephen HensonMore multibyte character support.
1999-10-23 Ben LaurieConstification.
1999-10-23 Ben LaurieDon't return stuff from void functions.
1999-10-21 Dr. Stephen HensonNew function ASN1_mbstring_copy() to handle ASN1 string...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
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-05 Dr. Stephen HensonFix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-10-04 Dr. Stephen HensonAdd support for public key input and output in rsa...
1999-10-04 Dr. Stephen HensonFix for d2i_ASN1_bytes and stop PKCS#7 routines crashin...
1999-09-19 Dr. Stephen HensonLots of evil casts to stop VC++ choking with "possible...
1999-09-18 Dr. Stephen HensonVarious CRL enhancements tidies and workaround for...
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-09-07 Dr. Stephen HensonNew function to convert ASN1 tag values to strings...
1999-09-04 Dr. Stephen HensonNew UTF8 utility functions to parse/generate UTF8 strings.
1999-09-03 Dr. Stephen HensonAdd new 'spkac' utility and several SPKAC utility funct...
1999-08-17 Dr. Stephen HensonFix PKCS7_ENC_CONTENT_new() to include a sensible defau...
1999-08-10 Bodo MöllerUpdates.
1999-08-09 Dr. Stephen HensonSupport for parsing of certificate extensions in PKCS...
1999-08-08 Ralf S. EngelschallFix two remaining prototype-related warnings
1999-08-05 Bodo MöllerNew function DSA_dup_DH, and fixes for bugs that were...
1999-08-03 Ben LaurieMore diagnostics.
1999-07-27 Dr. Stephen HensonNew function OBJ_obj2txt()
next