RIPEMD160 shape-up. Major news are that it's operational on all platforms
[openssl.git] / crypto / x509v3 /
1999-08-25 Dr. Stephen HensonAllow extensions to be added to certificate requests...
1999-08-08 Ralf S. EngelschallA few more ``#ifndef NO_FP_API / #endif'' pairs for...
1999-08-02 Bodo Mölleravoid some NO_<cipher> problems
1999-07-10 Dr. Stephen HensonSXnet code was freeing up the extension data rather...
1999-06-21 Dr. Stephen HensonImplement STACK_OF(ANS1_OBJECT) for extended key usage...
1999-06-21 Bodo Möller"make update"
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-06-11 Dr. Stephen HensonDocument the X509V3 code and change some of the extensi...
1999-05-23 Dr. Stephen HensonSet ext_list to NULL after use.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-17 Dr. Stephen HensonVarious clarifications to extension docs: change the...
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-13 Ben LaurieUpdate dependencies.
1999-05-10 Bodo MöllerThe various character predicates (isspace and the like...
1999-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-09 Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
1999-05-08 Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
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 Dr. Stephen HensonOops ... fix warning.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-27 Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
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-22 Bodo MöllerCVS confusion?
1999-04-22 Bodo MöllerFixed some race conditions.
1999-04-21 Dr. Stephen HensonSuppport for CRL distribution points extension. Also...
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-20 Ben LaurieUpdate dependencies.
1999-04-20 Dr. Stephen HensonVarious fixes so Win32 compile may work. Convert Genera...
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Dr. Stephen HensonFinish off support for Certificate Policies extension.
1999-04-19 Ulf MöllerClean up prototypes (prepare for removing NOPROTO).
1999-04-19 Bodo MöllerRemoved extra semicolons.
1999-04-18 Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17 Dr. Stephen HensonAllow asn1parse to print out VISIBLESTRING and some...
1999-04-17 Ben LaurieMassive constification.
1999-04-17 Ben LaurieAnother STACK bites the dust.
1999-04-16 Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-04-16 Ben LaurieFix some warnings. Contributed by Anonymous.
1999-04-14 Dr. Stephen HensonAdd some utilities to support SXNet extension also...
1999-04-13 Dr. Stephen HensonDelete all the old X509V3 pack and unpack stuff and...
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-01 Ben LaurieUpdate dependencies.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-27 Dr. Stephen Hensonextranet file added...
1999-03-27 Dr. Stephen HensonAdd initial support for Thawte strong extranet certific...
1999-03-22 Ben LaurieFix security hole.
1999-03-14 Dr. Stephen HensonUsing int for the digest length in EVP_DigestFinal...
1999-03-08 Dr. Stephen HensonAdd missing funtions from non ANSI section of header...
1999-03-07 Dr. Stephen HensonDelete obsolete old X509V3 files.
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-06 Dr. Stephen HensonAdd an extra 'raw' function r2i to the extension code...
1999-03-04 Dr. Stephen HensonDeleted my str_dup() function from X509V3: the same...
1999-02-27 Ben LaurieUpdate dependencies.
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21 Ben LaurieFix warning.
1999-02-21 Dr. Stephen HensonAdd more functionality to issuer alt name and subject...
1999-02-20 Ben LaurieFix a warning.
1999-02-20 Ben LaurieGenerate errors when public/private key check is done.
1999-02-20 Dr. Stephen HensonPreliminary support for reason code CRL extension.
1999-02-19 Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...
1999-02-17 Dr. Stephen HensonOops! Remeber to include the other patches this time...
1999-02-17 Dr. Stephen HensonFuller authority key id support, partial support for...
1999-02-17 Dr. Stephen HensonAdded code to GENERAL_NAME with support for more option...
1999-02-14 Dr. Stephen HensonUpdate error codes.
1999-02-14 Dr. Stephen HensonAdd support for raw extensions. This means that you...
1999-02-13 Ben LaurieUpdate dependencies.
1999-02-10 Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-02-09 Ben LaurieUpdate dependencies.
1999-02-08 Dr. Stephen HensonComment out def of currently unimplemented function...
1999-02-07 Dr. Stephen HensonFix filename in comment.
1999-02-07 Dr. Stephen HensonAdd support for GeneralName and GeneralNames extensions...
1999-02-06 Dr. Stephen HensonDelete legacy file.
1999-02-06 Dr. Stephen HensonRename v3_bitstr.c to v3_bitst.c to fit in 8+3. Rebuild...
1999-02-01 Dr. Stephen HensonDelete bogus V3 prototype and update the *.num files...
1999-01-30 Ben LaurieBreak circular dependency between pem and err.
1999-01-30 Ralf S. EngelschallIgnore crypto/x509v3/lib
1999-01-30 Ben LaurieAdd dependencies.
1999-01-25 Dr. Stephen HensonMore X509 V3 stuff. Add support for extensions in the...
1999-01-24 Dr. Stephen HensonAdd file x509v3.err.
1999-01-24 Dr. Stephen HensonInitial addition of new X509 V3 files, tidy of old...
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...