]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Fix to i2d_DSAPublicKey() to return the correct length.
[thirdparty/openssl.git] / apps /
1999-06-10  Bodo MöllerAvoid warnings.
1999-06-09  Ulf Möller"extern" is a C++ reserved word.
1999-06-09  Bodo Möller"make update" (added to top Makefile, and applied).
1999-06-08  Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-07  Bodo MöllerIntroduce "BIO pairs", which (when finished) will relay...
1999-06-07  Bodo MöllerMore general definition for S_ISDIR (needed not only...
1999-06-05  Dr. Stephen HensonMore PKCS#8 stuff. Support for unencrypted forms of...
1999-06-05  Dr. Stephen HensonAdd d2i,i2d bio and fp functions for PKCS#8 and add...
1999-06-05  Dr. Stephen HensonAdd a 'pkcs8' application for initial PKCS#8 support...
1999-06-04  Ben LaurieAha! That's how pkcs12 got missed from stackification.
1999-06-04  Ben LaurieSome constification and stacks that slipped through...
1999-06-04  Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-06-04  Ulf MöllerAvoid type conflict on Unix with DEC C.
1999-06-03  Ben LaurieMore evil cast removal.
1999-05-31  Ben Lauriestack.
1999-05-30  Ben LaurieAnother safe stack.
1999-05-30  Ben LaurieAnother safe stack.
1999-05-27  Dr. Stephen HensonFree up 'out' before exiting pkcs12 application.
1999-05-27  Bodo Möllerder_chop is now generated from der_chop.in.
1999-05-25  Bodo MöllerSet #!... path to Perl in apps/der_chop automatically.
1999-05-25  Bodo MöllerAdd closing parenthesis to usage output.
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-20  Ulf MöllerBring VMS in sync with the recent changes.
1999-05-20  Ulf MöllerAvoid a warning.
1999-05-19  Dr. Stephen HensonInclude some notes on basic extension usage and change...
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-18  Dr. Stephen HensonChange default PKCS#12 iteration count to 2048, include...
1999-05-18  Bodo MöllerGet rid of some unnecessary casts and add a necessary...
1999-05-17  Bodo MöllerIf we couldn't handle "-showcerts" (which happens with...
1999-05-17  Bodo MöllerRename "openssl x509" option "-config" to "-extfile...
1999-05-16  Dr. Stephen HensonOops! Get the pmatch test the right way round.
1999-05-16  Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16  Bodo MöllerChange type of various DES function arguments from...
1999-05-16  Bodo MöllerAdded a comment pointing out the behaviour of "openssl...
1999-05-16  Bodo MöllerMarked probable bug, pointed out by Anonymous.
1999-05-15  Dr. Stephen HensonVarious Win32 fixes. Change args in do_ms.bat to put...
1999-05-15  Bodo MöllerUpdate dependencies.
1999-05-15  Ben LaurieGet rid of the cast.
1999-05-13  Ulf MöllerCut&paste error.
1999-05-13  Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13  Ulf MöllerRemove redundant ifdef.
1999-05-13  Ulf MöllerVMS support bug fixes.
1999-05-13  Ulf MöllerVMS support.
1999-05-12  Dr. Stephen HensonAdd new -out option to asn1parse to allow the parsed...
1999-05-11  Bodo Möllerargc counting bug fixed.
1999-05-11  Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10  Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10  Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-08  Dr. Stephen HensonVarious Win32 fixes. Win95 doesn't support MoveFileEx...
1999-05-08  Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-08  Bodo MöllerThis was an unused derivate of an old version of s_clie...
1999-05-04  Ralf S. EngelschallConvert casted X509_INFO stacks to type-safe STACK_OF...
1999-05-04  Ralf S. Engelschallconsistency cosmetics
1999-05-02  Ben LaurieYet another stack.
1999-05-01  Ben LaurieUpdate dependencies.
1999-05-01  Ben LaurieAnother stack.
1999-05-01  Ben LaurieAnother stack.
1999-05-01  Ben LaurieAnother safe stack.
1999-04-29  Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29  Ulf MöllerIgnore Makefile.save
1999-04-29  Bodo MöllerFix make target "install".
1999-04-28  Bodo MöllerInstall various scripts to $(OPENSSLDIR)/misc instead...
1999-04-28  Ben LaurieDon't shadow.
1999-04-27  Bodo MöllerA new comment.
1999-04-27  Ulf MöllerUpdate NO_* macros.
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-24  Ulf MöllerNew Configure option --openssldir to replace ssldir.pl.
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-20  Ulf MöllerFix lots of warnings.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-18  Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17  Ben LaurieMassive constification.
1999-04-16  Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-04-14  Bodo Möller/* Just some comments. */
1999-04-14  Bodo MöllerCleaning up Ben's clean-ups :-)
1999-04-14  Bodo MöllerSome tiny fixes.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-04-12  Ben Lauriegcc claims this is a shadow, though I can't find what...
1999-04-12  Ralf S. EngelschallAdd `openssl ca -revoke <certfile>' facility which...
1999-04-12  Ralf S. EngelschallFix `openssl crl -noout -text' combination where `...
1999-04-11  Bodo MöllerSubmitted by:
1999-04-10  Ralf S. EngelschallFix a few typos and tabs while I'm poking around in...
1999-04-10  Ben LaurieAdjust renegotiation slightly.
1999-04-09  Bodo MöllerBugfix: s_client occasionally would sleep in select...
1999-04-06  Ulf MöllerRemove obsolete files from SSLeay 0.8.
1999-04-03  Ben LaurieDon't shadow.
1999-04-02  Bodo MöllerAvoid EADDRINUSE for s_server.
1999-04-01  Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-04-01  Ben LaurieDon't shadow.
1999-03-31  Bodo MöllerNew option "-showcerts" for s_client
1999-03-29  Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-22  Ben LaurieFix security hole.
1999-03-09  Ben LaurieRemake cert links when the app is built.
next