AlgorithmIdentifier bugs
[oweals/openssl.git] / crypto / asn1 /
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-04-20 Richard LevitteDo not free p if it hasn't been used yet.
2002-04-12 Bodo MöllerECDSA representation bugfixes
2002-04-09 Bodo Möllerfix ECDSA handling
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-03-08 Bodo MöllerEC curve stuff
2002-02-26 Richard Levittemake update
2002-02-22 Dr. Stephen Hensonmake errors
2002-02-22 Dr. Stephen HensonUpdate from stable branch.
2002-02-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-13 Bodo MöllerECDSA support
2002-02-03 Richard LevitteASN1_BIT_STRING_set_bit() didn't clear previously set...
2002-02-03 Richard LevitteASN1_BIT_STRING_set_bit() didn't clear previously set...
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2002-01-08 Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2002-01-05 Dr. Stephen HensonExperimental configuration code.
2002-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-12-20 Richard Levittemake update
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-01 Dr. Stephen HensonNO_DSA, NO_RSA patches.
2001-11-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-11-15 Richard Levitteperl util/mkerr.pl -recurse -write -rebuild
2001-11-15 Richard Levittemake update
2001-11-15 Richard Levittemake update
2001-11-09 Bodo Möllertypo
2001-11-09 Bodo Möllercast to 'unsigned long' before using ~ if we need an...
2001-11-09 Bodo Möllercast to 'unsigned long' before using ~ if we need an...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-09-28 Dr. Stephen HensonSupport fractional seconds in GeneralizedTime
2001-09-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-06 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-26 Geoff Thorpegcc can't spot that 'derlst' is not used uninitialised...
2001-08-24 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-07-31 Richard Levittemake update
2001-07-31 Richard LevitteVade retro C++ comments!
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-07-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-06-26 Dr. Stephen HensonAnother empty X509_NAME fix.
2001-06-26 Dr. Stephen HensonAnother empty X509_NAME fix.
2001-06-26 Dr. Stephen HensonHandle empty X509_NAME in printing routines.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-19 Richard Levittecp is only used when DSA is built.
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-06-05 Richard Levitte'make update'
2001-05-24 Dr. Stephen HensonFix for missing DSA parameters.
2001-05-16 Richard LevitteNew internal function OPENSSL_gmtime, which is intended...
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-04-16 Ben LaurieFix warning.
2001-04-05 Bodo MöllerDon't use 'tt' uninitialized when reporting an error
2001-04-02 Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-03-30 Dr. Stephen HensonFix asn1_GetSequence() for indefinite length sequences.
2001-03-30 Dr. Stephen HensonFix a bug caused by the 'fix' for empty X509_NAME encoding.
2001-03-22 Dr. Stephen HensonOops... fix PKCS#7 bug properly this time.
2001-03-22 Dr. Stephen HensonFix bug in PKCS#7 decode routines when indefinite length
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
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 cvs2svnThis commit was manufactured by cvs2svn to create branch
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 cvs2svnThis commit was manufactured by cvs2svn to create branch
next