aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).Lutz Jänicke2002-03-211-1/+1
* Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke2002-03-211-1/+0
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-205-9/+58
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-2010-58/+152
* Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke2002-03-192-0/+11
* Fix typo.Bodo Möller2002-03-191-2/+2
* Initialize ciph_ctx in kssl.cDr. Stephen Henson2002-03-191-0/+1
* Fix bugs and typos.Bodo Möller2002-03-1814-81/+297
* fix #include positionBodo Möller2002-03-181-1/+1
* Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson2002-03-162-3/+9
* Rename 'cray-t90-cc' into 'cray-j90'.Bodo Möller2002-03-153-15/+195
* fix ssl3_pendingBodo Möller2002-03-153-2/+10
* Add missing strength entries.Lutz Jänicke2002-03-142-5/+8
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-148-20/+24
* add OIDs for WAP/TLS curvesBodo Möller2002-03-144-12/+87
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-1410-28/+33
* use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller2002-03-141-3/+10
* Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson2002-03-131-6/+9
* Fix Kerberos warnings with VC++.Dr. Stephen Henson2002-03-122-5/+14
* Fix ASN1 additions for KRB5Dr. Stephen Henson2002-03-123-18/+32
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-124-16/+37
* asm/mips3.o problemsBodo Möller2002-03-111-1/+5
* Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson2002-03-092-2/+18
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-097-14/+47
* Fix the Win32_rename() function so it correctlyDr. Stephen Henson2002-03-082-10/+11
* EC curve stuffBodo Möller2002-03-083-41/+87
* Synchronise the AEP engine in all branches. For 0.9.6-stable [engine], imple...Richard Levitte2002-03-071-9/+6
* When closing, do not use close(). Also, if the closing call fails, doRichard Levitte2002-03-071-6/+11
* Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte2002-03-071-38/+38
* fix spacingBodo Möller2002-03-071-2/+2
* Add more curves.Bodo Möller2002-03-074-152/+206
* ENGINE module additions.Dr. Stephen Henson2002-03-067-7/+93
* add SECG OIDsBodo Möller2002-03-067-16/+454
* reference counting for EC_GROUP structures is not needed (at theBodo Möller2002-03-063-22/+4
* OpenSSL currently fails on certain pure 64-bit architectures. This is a show...Richard Levitte2002-03-061-1/+2
* Rephrase statement on the security of two-key 3DES.Bodo Möller2002-03-051-2/+2
* fix 'ecdsaparam -C'Bodo Möller2002-03-051-17/+21
* fix printf callBodo Möller2002-03-051-1/+1
* typoBodo Möller2002-03-051-1/+1
* fix 'ecdsaparam -C' outputBodo Möller2002-03-051-31/+22
* Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson2002-03-052-2/+2
* more X9.62 OIDsBodo Möller2002-03-055-7/+273
* disable '#ifdef DEBUG' codeBodo Möller2002-03-051-2/+2
* Provide a pre 0.9.7 compatibility mapping ifRichard Levitte2002-03-051-57/+150
* New configuration targets for OpenBSD, handed to me by Bob Beck <beck@openbsd...Richard Levitte2002-03-052-6/+20
* '#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller2002-03-051-2/+7
* Typo. In DCL, the continuation character is a dash at the end of theRichard Levitte2002-03-041-1/+1
* Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte2002-03-047-46/+46
* Make it so one can select tests from within the test directoryRichard Levitte2002-03-041-1/+1
* Fix warnings about signed/unsigned mismatch and globalDr. Stephen Henson2002-03-031-31/+31