Use mkdir-p.pl more efficiently.
[openssl.git] / crypto /
1999-06-08 Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07 Bodo MöllerFix for BIO pairs.
1999-06-07 Bodo MöllerUse locking in a way that makes more sense.
1999-06-07 Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-07 Bodo Möllertreat init properly
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-06 Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
1999-06-06 Dr. Stephen HensonChange PBE handling a bit more: now the key and iv...
1999-06-06 Dr. Stephen HensonRewrite PBE handling read to support PKCS#5 v2.0 and...
1999-06-05 Dr. Stephen HensonChange so PEM private key read routines can handle...
1999-06-05 Dr. Stephen HensonMore PKCS#8 stuff. Support for unencrypted forms of...
1999-06-05 Ben Laurieconst/type fixes.
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 Dr. Stephen HensonThe rest of the PKCS#5, PKCS#8 patch I forgot before :-)
1999-06-04 Dr. Stephen HensonAdd PKCS#5 v1.5 compatible algorithms and initial PKCS...
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öllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-06-04 Ulf MöllerTest apps.
1999-06-03 Ben LaurieMore evil cast removal.
1999-06-03 Ben LaurieMake samples compile.
1999-06-02 Ben Lauriestack
1999-06-02 Ben LaurieEvil cast extermination.
1999-06-02 Ben Lauriestack.
1999-06-02 Ben LaurieMove stack implementations to more natural places.
1999-06-02 Ben LaurieStack.
1999-06-01 Ulf MöllerRemove redundant line.
1999-06-01 Ulf MöllerBorland C fix.
1999-05-31 Ben Lauriestack.
1999-05-31 Ben LaurieStack.
1999-05-31 Ben LaurieMore stack.
1999-05-30 Ben LaurieYet another stack.
1999-05-30 Ben LaurieAnother stack.
1999-05-30 Ben LaurieAnother safe stack.
1999-05-30 Ben LaurieAnother safe stack.
1999-05-29 Ben LaurieAnd carry on with development...
1999-05-29 Ben LaurieOops! OpenSSL_0_9_3a
1999-05-29 Ben LauriePrepare to release 0.9.3a
1999-05-29 Ben LaurieUpdate dependencies.
1999-05-28 Bodo MöllerPass INSTALL_PREFIX to subdirectories of crypto
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
1999-05-28 Bodo MöllerInclude <stdio.h>.
1999-05-27 Bodo MöllerI386_ONLY is defined in opensslconf.h, so we need to...
1999-05-26 Bodo MöllerCircument egcs bug.
1999-05-26 Dr. Stephen HensonFix for memory leak.
1999-05-26 Dr. Stephen HensonUpdate md5 assembly source for Win32.
1999-05-25 Bodo MöllerTemporary workaround for IRIX64 build.
1999-05-24 Ben LaurieMove on to 0.9.4.
1999-05-24 Ben LaurieHere we go: prepare to roll 0.9.3. OpenSSL_0_9_3
1999-05-23 Ben LaurieMove to beta 3.
1999-05-23 Ben LauriePrepare for final(?) beta. OpenSSL_0_9_3beta2
1999-05-23 Dr. Stephen HensonSet ext_list to NULL after use.
1999-05-21 Dr. Stephen HensonMove the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AN...
1999-05-21 Bodo MöllerRemove traces of bad idea :-)
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öllerAdd a kludge :-(
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 Ben LaurieOn seconds thoughts, the version number shoud _never_...
1999-05-20 Ben LaurieRevert.
1999-05-20 Ben LauriePrepare for a beta release.
1999-05-20 Bodo MöllerSome solaris-usparc MD5 fixes.
1999-05-20 Ulf MöllerDeclare test key data as static.
1999-05-20 Ulf MöllerBignum library bug fix. IRIX 6 passes "make test" now!
1999-05-19 Bodo MöllerNote that the numbering scheme used to be different.
1999-05-19 Ben LaurieSwitch to new version numbering scheme.
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 Ulf MöllerSpelling error.
1999-05-18 Ralf S. EngelschallProtect applications from failing to compile when they
1999-05-17 Ulf MöllerMove prototypes to the right place.
1999-05-17 Dr. Stephen HensonVarious clarifications to extension docs: change the...
1999-05-17 Bodo MöllerMake MD5 work on Alpha, and fix a bug.
1999-05-17 Bodo Möllergcc (in some versions) doesn't like the const_des_cbloc...
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 Ben LaurieConvert void *.
1999-05-16 Dr. Stephen HensonFix some obvious bugs in the PKCS#7 library handling...
1999-05-15 Dr. Stephen HensonVarious Win32 fixes. Change args in do_ms.bat to put...
1999-05-15 Ben LaurieGet rid of casts.
1999-05-15 Ben LaurieAdd actual testing to bntest...
1999-05-15 Bodo MöllerUse OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL...
1999-05-15 Bodo MöllerOPENSSL_EXTERN
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-15 Bodo MöllerGet rid of another cast.
1999-05-15 Bodo MöllerUse e_os2.h, not e_os.h in exported header file des.h.
1999-05-15 Bodo MöllerComment.
1999-05-15 Bodo MöllerBugfix (set shutdown only when we should).
1999-05-15 Ben LaurieGet rid of the cast.
1999-05-14 Bodo MöllerAvoid compiler warnings for x86.
1999-05-14 Dr. Stephen HensonThe encoding of negative ASN1 INTEGERs and the conversi...
1999-05-14 Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-14 Bodo MöllerFix cryptlib.c.
1999-05-14 Bodo MöllerIntroduce and use function typedef pem_password_cb...
1999-05-14 Bodo MöllerChange cast in function calls to that which is, I think...
1999-05-13 Ulf MöllerMissed one line.
next