summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use date in README.OpenSSL_0_9_7msteve2007-02-231-1/+1
|
* Update to next dev version.steve2007-02-234-5/+9
|
* Oops! Correct version file.steve2007-02-231-1/+1
|
* Prepare for release.steve2007-02-236-8/+10
|
* Make update.steve2007-02-232-17/+39
|
* Fix syntax error in asm file.steve2007-02-231-1/+1
|
* Set $fips when fipscanistebuild is used.steve2007-02-221-0/+1
|
* Typo.steve2007-02-221-1/+1
|
* Only give warning if relevant options are given.steve2007-02-221-1/+1
|
* Update NEWS file.steve2007-02-221-0/+5
|
* Include big warning message if test fipscanister.o compilation option used.steve2007-02-211-10/+21
|
* Fix incorrect handling of special characters.jaenicke2007-02-211-2/+2
| | | | | | PR: 1459 Submitted by: tnitschke@innominate.com Reviewed by: steve@openssl.org
* Cleanse PEM buffers before freeing them.steve2007-02-213-1/+9
| | | | Submitted by: Benjamin Bennett <ben@psc.edu>
* Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that abodo2007-02-192-1/+6
| | | | | ciphersuite string such as "DEFAULT:RSA" cannot enable authentication-only ciphersuites.
* fix incorrect strength bit values for certain Kerberos ciphersuitesbodo2007-02-191-4/+4
| | | | Submitted by: Victor Duchovni
* Some fixes for ciphersuite string processing:bodo2007-02-174-15/+43
| | | | | | | | | | - add a workaround provided by Victor Duchovni so that 128- and 256-bit variants of otherwise identical ciphersuites are treated correctly; - also, correctly skip invalid parts of ciphersuite description strings. Submitted by: Victor Duchovni, Bodo Moeller
* Update from fips2 branch.steve2007-02-033-3/+3
|
* fix documentationnils2007-02-032-6/+6
| | | | PR: 1466
* Don't call OPENSSL_free() on sig, DSA_free() has already freed it.steve2007-01-231-1/+0
|
* Typo.steve2007-01-231-1/+1
|
* Constify tag table.steve2007-01-231-1/+1
|
* To reduce FIPS dependencies don't load error strings and avoid use of ASN1steve2007-01-2314-52/+62
| | | | versions of DSA signature functions.
* Move some DSA functions between files to make it possible to use the DSAsteve2007-01-234-58/+220
| | | | crypto without ASN1 dependency.
* Rewrite AES/DES algorithm test programs to only use low level API.steve2007-01-232-174/+250
|
* Update from HEAD.steve2007-01-2148-570/+1221
|
* Oops...steve2007-01-211-1/+1
|
* Make FIPS algorithm tests compile in none-FIPS mode.steve2007-01-212-0/+24
|
* Update fips_test_suite source.steve2007-01-211-31/+7
|
* Link fips utilities only against fipscanister.osteve2007-01-201-1/+15
|
* User cleaner way to handle new options for VC++ build.steve2007-01-191-10/+7
|
* Upadte from HEAD.steve2007-01-184-0/+112
|
* file aoltw2.pem was added on branch OpenSSL_0_9_7-stable on 2007-01-18 ↵steve2007-01-180-0/+0
| | | | 21:27:29 +0000
* file aoltw1.pem was added on branch OpenSSL_0_9_7-stable on 2007-01-18 ↵steve2007-01-180-0/+0
| | | | 21:27:29 +0000
* file aol2.pem was added on branch OpenSSL_0_9_7-stable on 2007-01-18 ↵steve2007-01-180-0/+0
| | | | 21:27:29 +0000
* file aol1.pem was added on branch OpenSSL_0_9_7-stable on 2007-01-18 ↵steve2007-01-180-0/+0
| | | | 21:27:29 +0000
* Expanded boundary support for VC++ build.steve2007-01-182-5/+48
|
* Expand security boundary to match 1.1.1 module.steve2007-01-182-2/+146
|
* Initial support for new build options under WIN32 and VC++.steve2007-01-173-22/+119
|
* Remove debugging echo.steve2007-01-161-2/+0
|
* Add options to allow fipscanister to be built and linked against internally.steve2007-01-164-11/+30
|
* More fixes to build/fipsld to handle detached fips_premain.c detached sig.steve2007-01-162-14/+4
|
* Remove deleted fipshashes.[co] from Makefile.steve2007-01-161-2/+2
|
* $(FIPSCHECK) no longer used.steve2007-01-161-1/+1
|
* Update .cvsignore.steve2007-01-161-0/+3
|
* Update .cvsignoresteve2007-01-161-0/+2
|
* Use correct perl script name in mkfipsscr.pl output.steve2007-01-161-2/+2
|
* Update fipsld to use external signature for fips_premain.c . Update build systemsteve2007-01-165-55/+19
| | | | remove redundant source file hash checks.
* Don't use deprecated -mcpu option.steve2007-01-162-25/+25
|
* Oops...steve2007-01-153-168/+3
|
* Perl script to build shell scripts and batch files to run algorithm test ↵steve2007-01-155-3/+352
| | | | programs.