add OpenSSL license
[oweals/openssl.git] / crypto /
2003-08-06 Bodo Mölleradd OpenSSL license
2003-08-04 Richard LevitteInclusion of openssl/engine.h should always be wrapped...
2003-08-01 Dr. Stephen HensonMake the EFB NIDs have empty OIDs aliased to the real...
2003-08-01 Ben LaurieDES CFB8 test.
2003-08-01 Ben LaurieFix DES CFB-r.
2003-07-30 Ben LaurieWhoops, forgot FIPS DES, also add EVPs for DES CFB1...
2003-07-29 Ben LaurieAES CFB8.
2003-07-29 Ben LaurieThe rest of the keysizes for CFB1, working AES AVS...
2003-07-29 Ben LaurieWorking CFB1 and test vectors.
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-07-27 Ben LaurieAdd untested CFB-r mode. Will be tested soon.
2003-07-03 Richard LevitteOops, I forgot to replace 'counter' with 'ivec' when...
2003-07-03 Richard LevitteThe 'counter' is really the IV.
2003-07-03 Richard LevitteChange AES-CTR to increment the IV by 1 instead of...
2003-06-24 Dr. Stephen HensonReturn EOF when an S/MIME part have been read.
2003-06-19 Richard LevitteWe set the export flag for 512 *bit* keys, not 512...
2003-06-12 Richard LevitteDo not try to use non-existent gmtime_r() on SunOS4.
2003-06-12 Richard LevitteMake sure DSO-dlfcn works properly on SunOS4.
2003-06-11 Richard LevitteAdd an entry for X509_TRUST_OBJECT_SIGN in trstandard[].
2003-06-11 Richard LevitteMake sure to NUL-terminate the string on end-of-file...
2003-06-10 Richard LevitteThe output from AES_cbc_encrypt() should be exact multi...
2003-06-06 Geoff ThorpeThis memset() in the ubsec ENGINE is a bug. Zeroing...
2003-06-04 Dr. Stephen HensonReally get X509_CRL_CHECK_ALL right this time...
2003-06-03 Dr. Stephen HensonMove the base64 BIO fixes to 0.9.7-stable
2003-06-02 Dr. Stephen HensonOnly count 'LF' as EOL in pk7_mime.c, this avoids incorrect
2003-06-02 Dr. Stephen HensonStop checking for CRLF when start of buffer is reached.
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-05-29 Richard LevitteInclude openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC...
2003-05-29 Richard LevitteHave ASFLAGS be defined the same way as CFLAGS
2003-05-29 Richard LevittePR: 630
2003-05-28 Lutz JänickeMove header file inclusion to prevent irritation of...
2003-05-28 Dr. Stephen HensonPR: 627
2003-05-28 Dr. Stephen HensonPR: 631
2003-05-28 Richard LevitteMake sure to compare unsigned against unsigned.
2003-05-21 Richard LevitteFix sign bugs.
2003-05-21 Richard LevitteMake sure EC_window_bits_for_scalar_size() returns...
2003-05-07 Dr. Stephen HensonAdd correct DN entry for serialNumber.
2003-05-07 Richard LevitteDO NOT constify RSA* in RSA_sign() and RSA_verify(...
2003-05-05 Richard LevitteConstify RSA_sign() and RSA_verify().
2003-05-02 Dr. Stephen HensonTypo.
2003-04-22 Bodo Möllerfix typo
2003-04-16 Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-15 Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-10 Richard LevitteThe release is tagged, time to work on 0.9.7c.
2003-04-10 Richard LevitteForgot to code the status bits for release. This file...
2003-04-10 Richard LevitteTime to release 0.9.7b.
2003-04-10 Richard Levittemake update.
2003-04-10 Dr. Stephen HensonOnly call redirected rsa_sign or rsa_verify if the...
2003-04-10 Dr. Stephen HensonTypo.
2003-04-08 Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteRSA_FLAG_SIGN_VER indicates the special rsa_sign and...
2003-04-05 Richard LevitteDo not call ENGINE_setup_bsd_cryptodev() when OPENSSL_N...
2003-04-03 Richard LevitteMake %p and %# work properly, at least with pointers...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-31 Richard LevitteDon't feil when indent is 0.
2003-03-24 Dr. Stephen HensonGet X509_V_FLAG_CRL_CHECK_ALL logic the right way round.
2003-03-24 Dr. Stephen HensonGet X509_V_FLAG_CRL_CHECK_ALL logic the right way round.
2003-03-20 Richard LevitteShut up an ANSI compiler about uninitialised variables.
2003-03-19 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-03-19 Dr. Stephen HensonFix Certificate and CRL adding in X509_load_cert_crl_file:
2003-03-18 Ben LaurieTurn on RSA blinding by default.
2003-03-14 Dr. Stephen HensonDon't give an error if response reason absent in OCSP...
2003-03-14 Dr. Stephen HensonAdd entry for domainComponent so it is treated correctly.
2003-03-13 Geoff ThorpeFix a bone-head bug. This warrants a CHANGES entry...
2003-03-13 Dr. Stephen HensonReturn an error if gmtime returns NULL.
2003-03-12 Dr. Stephen HensonFixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.
2003-02-27 Dr. Stephen HensonEncryption BIOs misbehave when used with non blocking...
2003-02-22 Ulf Möllerreplace symlink with copy, as in head
2003-02-22 Ulf Möllermingw related cleanups, as in head
2003-02-19 Richard LevitteLet's move on to development of 0.9.7b.
2003-02-19 Richard LevitteTime to release 0.9.7a. OpenSSL_0_9_7a
2003-02-19 Richard LevitteMake sure the memory allocation routines check for...
2003-02-19 Richard LevitteBorland C++ Builder 5 complains about unreachable state...
2003-02-18 Richard LevitteMake the no-err option work properly
2003-02-14 Bodo Möllermask old error codes so that mkerr.pl does not re-add...
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-13 Richard LevitteOh, the destest program did look at the return value...
2003-02-12 Richard LevitteAdjust DES_cbc_cksum() so the returned value is the...
2003-02-06 Bodo Mölleradditional sanity checks for arguments to EC_POINTs_mul()
2003-02-06 Bodo MöllerEC_GROUP_get_extra_data() should not set an error when...
2003-02-05 Bodo Möllertypo in WIN16 section
2003-01-31 Richard LevitteWe can't say in advance what the argument to BIO_socket...
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteSmall typo, OENSSL should really be spelled OPENSSL.
2003-01-29 Richard LevitteDVCS (see RFC 3029) was missing among the possible...
2003-01-24 Bodo Möllerconsistency
2003-01-24 Andy PolyakovProvide "dummy" &main::picmeup even in Windows perlasm...
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-23 Andy PolyakovWorkaround for lame compiler bug introduced in "CPU...
2003-01-23 Richard LevitteMissing 0 broke FreeBSD build.
2003-01-19 Andy PolyakovThis is an *initial* tune-up. This update puts Itanium2...
2003-01-17 Dr. Stephen HensonEVP_DecryptInit() should call EVP_CipherInit() not...
2003-01-16 Richard LevitteA few more files to ignore
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2003-01-16 Lutz JänickeArmor against systems without ranlib...
next