Fix BN_kronecker so that it works correctly if 'a' is negative
[openssl.git] / crypto / asn1 /
2000-11-19 Richard LevitteMake sure bs is assigned NULL when it's free'd, or...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-07 Richard LevitteConstify DH-related code.
2000-11-07 Richard LevitteConstify DSA-related code.
2000-11-06 Richard LevitteConstify the RSA parts of the ASN.1 library. Note...
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-06 Dr. Stephen HensonMore code for X509_print_ex() support.
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 Richard LevitteCatch V_ASN1_NULL.
2000-09-21 Dr. Stephen HensonFix ASN1_TYPE bug.
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-09 Ulf MöllerFix some CygWin problems.
2000-09-08 Richard LevitteTwo places where I forgot to change vms_idhacks to...
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07 Richard Levitte'make update'
2000-09-06 Bodo MöllerGet rid of ASN1_UTCTIME_get, which cannot work with...
2000-09-06 Bodo Möller'make update'
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-08-30 Dr. Stephen HensonFix typo in i2d_ASN1_ENUMERATED
2000-08-24 Dr. Stephen HensonNew option to CA.pl to sign request using CA extensions.
2000-08-22 Dr. Stephen HensonAdd support for 'other' PKCS#7 content types.
2000-08-22 Dr. Stephen HensonFix ASN1_INTEGER_to_BN properly this time...
2000-08-22 Dr. Stephen HensonFixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
2000-08-21 Dr. Stephen HensonVarious fixes...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-06 Richard LevitteFor n > 7, we might get uninitialized (unzeroed) data.
2000-08-04 Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
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-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...
next