]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7
Document the BN library.
[thirdparty/openssl.git] / crypto / pkcs7 /
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-16  Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
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-07  Bodo Möllermake no-des and no-rc2 work.
2000-01-07  Dr. Stephen Henson#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
1999-12-29  Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-12-15  Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-12-15  Dr. Stephen HensonFix the S/MIME code to use canonical MIME format for
1999-12-14  Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-11  Dr. Stephen HensonVarious S/MIME fixes.
1999-12-10  Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-09  Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-08  Dr. Stephen HensonAdd i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-07  Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05  Dr. Stephen HensonMerge in my S/MIME library and utility.
1999-11-27  Dr. Stephen HensonInitial trust code: allow setting of trust checking...
1999-11-16  Dr. Stephen HensonFix for a bug in PKCS#7 code and non-detached data.
1999-11-12  Richard LevitteAvoid silly compiler warnings about functions not being...
1999-11-09  Bodo MöllerUndo silly change.
1999-11-09  Bodo MöllerAvoid some warnings.
1999-10-29  Dr. Stephen HensonFix to PKCS#7 routines so it can decrypt some oddball...
1999-10-25  Bodo MöllerImprove support for running everything as a monolithic...
1999-10-25  Bodo MöllerRespect PEX_LIBS and EX_LIBS when building binaries
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-08-28  Ulf Möllermake testapps after the library.
1999-08-19  Dr. Stephen HensonAllow memory bios to be read only and change PKCS#7...
1999-08-17  Dr. Stephen HensonFix PKCS7_ENC_CONTENT_new() to include a sensible defau...
1999-08-13  Ulf MöllerAdd pkcs7 and des apps to "make all".
1999-08-13  Ulf MöllerCompile pkcs7 and des apps.
1999-07-30  Dr. Stephen HensonAllow the PKCS#7 (S/MIME encrypt) application to suppor...
1999-07-28  Ulf MöllerVMS updates.
1999-06-22  Dr. Stephen HensonNew function PKCS7_signatureVerify to allow the signing...
1999-06-04  Ulf MöllerTest apps.
1999-06-03  Ben LaurieMake samples compile.
1999-06-02  Ben Lauriestack.
1999-06-02  Ben LaurieStack.
1999-05-31  Ben Lauriestack.
1999-05-31  Ben LaurieStack.
1999-05-31  Ben LaurieMore stack.
1999-05-21  Dr. Stephen HensonMove the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AN...
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-21  Dr. Stephen HensonThe last argument in the d2i_XXX_fp and d2i_XXX_bio...
1999-05-20  Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-16  Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16  Dr. Stephen HensonFix some obvious bugs in the PKCS#7 library handling...
1999-05-15  Bodo MöllerUpdate dependencies.
1999-05-13  Ben LaurieUpdate dependencies.
1999-05-11  Dr. Stephen HensonVarious PKCS#7 related fixes,tidies and comments.
1999-05-10  Dr. Stephen HensonVarious PKCS#7 fixes to properly (maybe!) handle PKCS...
1999-05-09  Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
1999-05-01  Ben LaurieAnother stack.
1999-04-29  Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29  Ulf MöllerIgnore Makefile.save
1999-04-29  Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28  Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-24  Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23  Bodo Möller"make depend"
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-04-06  Ulf MöllerRemove obsolete files from SSLeay 0.8.
1999-04-01  Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-22  Ben LaurieFix security hole.
1999-03-14  Dr. Stephen HensonUsing int for the digest length in EVP_DigestFinal...
1999-03-06  Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
1999-03-06  Ben LauriePut the dependencies back.
1999-03-06  Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-03-05  Dr. Stephen HensonFix the PKCS#7 stuff: signature verify could fail if...
1999-03-03  Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-25  Ralf S. EngelschallChange type of another md_len variable in pk7_doit...
1999-01-19  Ben LaurieThis time, get it right.
1999-01-19  Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18  Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-03  Ralf S. EngelschallMore .cvsignore stuff to make CVS quiet on our generate...
1998-12-31  Ralf S. EngelschallRemove more old temporary files from CVS
1998-12-30  stephenfix pk7_doit.c for new i2d_ASN1_SET argument
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...