Perl variable names are case-sensitive ...
[openssl.git] / crypto /
1999-06-21 Ben LaurieDon't shadow.
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-20 Dr. Stephen HensonNew functions CONF_load_bio() and CONF_load_fp() to...
1999-06-18 Bodo MöllerNew function CRYPTO_num_locks.
1999-06-18 Bodo MöllerUse same name in the definition as in the header file...
1999-06-15 Bodo MöllerSome people don't have /dev/fd/0 on Solaris, so use...
1999-06-15 Bodo MöllerDon't try to use zero-byte buffers.
1999-06-14 Bodo Möllerlong obsolete
1999-06-14 Bodo Möllerrc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;
1999-06-12 Bodo MöllerBugfix.
1999-06-12 Bodo MöllerAvoid some warnings (on silly compilers).
1999-06-12 Bodo MöllerBIO pairs.
1999-06-11 Dr. Stephen HensonFix to i2d_DSAPublicKey() to return the correct length.
1999-06-11 Dr. Stephen HensonDocument the X509V3 code and change some of the extensi...
1999-06-10 Ben LaurieFix warnings.
1999-06-10 Bodo MöllerAvoid warning.
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-09 Bodo MöllerRepair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.
1999-06-09 Ulf MöllerCircumvent bug in SC5 without patch #107357-01.
1999-06-09 Dr. Stephen HensonChange the PEM function implementation to use a common...
1999-06-09 Bodo Möllerdes_cbc_encrypt / des_ncbc_encrypt issue.
1999-06-09 Bodo MöllerUpdate dependencies.
1999-06-09 Bodo MöllerUnify DES library: ncbc_enc.c wasn't used, but its...
1999-06-09 Ulf MöllerRemove old libdes version number.
1999-06-09 Bodo Möller"make update" (added to top Makefile, and applied).
1999-06-09 Bodo MöllerDES CBC change looks dubious to me.
1999-06-09 Bodo MöllerSome pre-POSIX systems don't have unistd.h (but e.g...
1999-06-09 Ben LaurieOops. Get rid of now incorrect comment.
1999-06-09 Ben LaurieI keep forgetting to fix this: update the IV! Most...
1999-06-09 Ben LaurieMake "make test" fail if bntest fails an internal selfc...
1999-06-08 Ulf MöllerThe des app.
1999-06-08 Ben LaurieSurvive pedanticism.
1999-06-08 Ulf MöllerCall our crypt implementation des_crypt(). crypt()...
1999-06-08 Ulf MöllerCasts.
1999-06-08 Ulf MöllerWarnings and casts.
1999-06-08 Ulf MöllerDon't #define _, and eliminate casts.
1999-06-08 Ulf MöllerFix to compile the des app.
1999-06-08 Bodo Möller"request" added.
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...
next