SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
[openssl.git] / crypto /
1999-07-19 Bodo MöllerNew compile time option -DCRYPTO_MDEBUG_THREAD.
1999-07-19 Bodo MöllerHave CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,
1999-07-18 Bodo MöllerAdd optional (compile-time configurable) time to CRYPTO...
1999-07-17 Bodo Möller"make clean" has to delete date.h
1999-07-15 Ulf MöllerMore DES library cleanups: remove references to srand...
1999-07-15 Ulf MöllerRSA private keys without dmp1/dmq1/iqmp are also valid...
1999-07-15 Ulf MöllerNO_HMAC.
1999-07-13 Dr. Stephen HensonEliminate a warning: BN_mod_inverse() returns a (BIGNUM...
1999-07-12 Bodo Möllercosmetic changes
1999-07-12 Dr. Stephen HensonMore NASM support code it still doesn't work but it...
1999-07-12 Bodo Möllertypo in string
1999-07-12 Dr. Stephen HensonBeginnings of experimental support for NASM assembler...
1999-07-12 Bodo Möllercorrect error handling
1999-07-11 Bodo Möllertypo
1999-07-11 Bodo MöllerNew function RSA_check_key.
1999-07-11 Bodo MöllerNew function RSA_check_key,
1999-07-11 Dr. Stephen HensonVarious changes to stop VC++ choking under Win32.
1999-07-11 Dr. Stephen HensonAdd a debugging option to PKCS#5 v2.0 key generation...
1999-07-11 Dr. Stephen HensonCopy flags in ASN1_STRING_dup()
1999-07-10 Dr. Stephen HensonSXnet code was freeing up the extension data rather...
1999-07-09 Bodo MöllerFix memory checking.
1999-07-09 Ulf MöllerObsolete/experimental code.
1999-07-06 Bodo Möllerimprove readability of #if conditions (ELF, if defined...
1999-07-05 Bodo Mölleravoid confliction definitions of NDEBUG
1999-07-05 Bodo MöllerDisable asserts for standard configurations.
1999-06-30 Ulf MöllerMore no-xxx option tweaks.
1999-06-29 Ulf MöllerFix no-hmac and no-ripemd.
1999-06-29 Dr. Stephen HensonNew functions to allow RSA_METHODs to be changed withou...
1999-06-28 Ulf MöllerUse "long long" for all Win32 gcc ports.
1999-06-28 Bodo MöllerWith mingw32, use "long long" rather than "_int64"...
1999-06-25 Bodo MöllerClose another memory hole.
1999-06-25 Bodo MöllerAvoid some memory holes, one of which was pointed out by
1999-06-24 Dr. Stephen HensonFix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it...
1999-06-23 Bodo MöllerDon't use inline assembler when configured for "no...
1999-06-22 Dr. Stephen HensonNew function PKCS7_signatureVerify to allow the signing...
1999-06-22 Dr. Stephen HensonChange the PEM_* function prototypes to use DECLARE_PEM...
1999-06-21 Dr. Stephen HensonImplement STACK_OF(ANS1_OBJECT) for extended key usage...
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.
next