For mips3 and alpha, put the assembler file directives in separate
[openssl.git] / crypto / asn1 /
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15 Dr. Stephen HensonDocument the -certopt option to the x509 utility.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-08 Bodo Mölleravoid compiler warning
2001-03-08 Bodo MöllerGet rid of '#define ERR_file_name __FILE__', which...
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-03-02 Richard LevitteIntroduce the possibility to access global variables...
2001-02-26 Richard Levittemake update
2001-02-25 Dr. Stephen HensonTrap an invalid ASN1_ITEM construction and print out
2001-02-24 Dr. Stephen HensonPrint out OID of unknown signature or public key
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
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-22 Richard LevitteExported header files should not include e_os.h.
2001-02-22 Dr. Stephen HensonRebuild ASN1 error codes to remove unused function...
2001-02-21 Geoff Thorpe'make update'
2001-02-20 Richard LevitteInclude string.h so mem*() functions get properly declared.
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-10 Dr. Stephen HensonFix CRL printing to correctly show when there are no...
2001-02-09 Dr. Stephen HensonVarious Win32 related fixed. Make no-krb5 work in mkdef...
2001-02-05 Bodo MöllerInclude string.h (whis is in all relevant standards...
2001-02-04 Ben LaurieMake depend.
2001-02-04 Ben LaurieFix a warning.
2001-02-04 Dr. Stephen HensonFix ASN1_TIME_to_generlizedtime().
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2001-01-19 Dr. Stephen HensonFixes to various ASN1_INTEGER routines for negative...
2001-01-11 Dr. Stephen HensonFix typo in OCSP ASN1 module, this caused
2001-01-04 Dr. Stephen HensonFix typo in OCSP nonce extension.
2001-01-04 Dr. Stephen HensonUpdate OCSP API.
2000-12-31 Richard LevitteSince asn1.h gets included recursively from many places...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-30 Dr. Stephen HensonASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
2000-12-28 Dr. Stephen HensonASN1_ITEM version of ASN1_dup(). Might want
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-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-14 Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-14 Dr. Stephen HensonNew function X509_signature_print() to remove some...
2000-12-13 Dr. Stephen HensonChange the PKCS7 structure to use SEQUENCE OF for the
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
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...
next