aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Minor release cockups.Ben Laurie2007-10-111-2/+2
|
* Next version.Ben Laurie2007-10-111-3/+3
|
* Ready to roll.Ben Laurie2007-10-111-3/+3
|
* Fix from fips branch.Dr. Stephen Henson2007-10-051-2/+9
|
* TyposLutz Jänicke2007-09-241-1/+1
| | | | | PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
* The use of the PURIFY macro in ssleay_rand_bytes() is sufficient toLutz Jänicke2007-09-211-6/+0
| | | | | | | | resolve the Valgrind issue with random numbers. Undo the changes to RAND_bytes() and RAND_pseudo_bytes() that are redundant in this respect. Update documentation and FAQ accordingly, as the PURIFY macro is available at least since 0.9.7.
* Use PURIFY instead of PEDANTIC.Ben Laurie2007-09-201-2/+2
|
* Wrap "keep valgrind happy" change in #ifdef PEDANTIC so any entropy in theDr. Stephen Henson2007-09-191-0/+4
| | | | buffer can be normally used.
* make dependBen Laurie2007-09-191-1/+8
|
* Wire DES weak_keys to read-only segment [from HEAD].Andy Polyakov2007-09-181-1/+1
|
* Minimize stack utilization in probable_prime [from HEAD].Andy Polyakov2007-09-183-4/+8
|
* Remove excessive whitespaces from bio.h.Andy Polyakov2007-09-181-8/+8
|
* Make sure that BN_from_montgomery keeps the BIGNUMS in proper formatBodo Möller2007-09-181-0/+2
|
* Typo in pq_compat.h [note that this file is not present in HEAD].Andy Polyakov2007-09-171-1/+1
| | | | PR: 1537
* It's inappropraite to override application signal, nor is it appropriateAndy Polyakov2007-09-161-9/+1
| | | | | | to shut down Winsock unless we know it won't be used [and we never do] [from HEAD]. PR: 1439
* Make bn2dec work on "SIXTY_FOUR_BIT" platforms [from HEAD].Andy Polyakov2007-09-151-2/+2
| | | | PR: 1456
* Integrate remaining parts of #14247 [from HEAD].Andy Polyakov2007-09-074-29/+14
|
* Reimplement safestack to avoid function pointer casts.Dr. Stephen Henson2007-09-061-46/+50
|
* gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson2007-09-0614-38/+122
| | | | Fix various "computed value not used" warnings too.
* aes_ige update [from HEAD].Andy Polyakov2007-08-301-3/+7
|
* Respect ISO aliasing rules [from HEAD].Andy Polyakov2007-07-271-20/+20
| | | | PR: 1296
* AES for IA64 update [from HEAD].Andy Polyakov2007-07-271-1174/+645
|
* Relax ISA detection.Andy Polyakov2007-07-191-5/+2
|
* Fix masm type-casting problem in SSE2 code.Andy Polyakov2007-07-181-6/+7
|
* Shut up memory debuggers complaining about AES x86 assembler moduleAndy Polyakov2007-07-081-2/+2
| | | | | [it was not a bug!]. PR: 1508,1320
* EVP_*_cfb1 was broken [from HEAD].Andy Polyakov2007-07-081-1/+1
| | | | PR: 1318
* bn_mul_recursive doesn't handle all cases correctly, which results inAndy Polyakov2007-07-081-4/+4
| | | | | BN_mul failures at certain key-length mixes [from HEAD]. PR: 1427
* Typo in str_lib [from HEAD].Andy Polyakov2007-07-071-1/+1
| | | | PR: 1177
* Fix warnings: C++ comments and computed value not used.Dr. Stephen Henson2007-07-047-51/+51
|
* bn_mont.c fix [from HEAD].Andy Polyakov2007-06-291-25/+19
|
* Fix warning.Ben Laurie2007-06-231-1/+2
|
* Optimize OPENSSL_cleanse [from HEAD].Andy Polyakov2007-06-201-5/+6
|
* Privatize BN_*_no_branch [from HEAD].Andy Polyakov2007-06-113-8/+8
|
* Eliminate conditional final subtraction in Montgomery multiplicationAndy Polyakov2007-06-111-13/+71
| | | | [from HEAD].
* Update from HEAD.Dr. Stephen Henson2007-06-074-12/+12
|
* Update from HEAD.Dr. Stephen Henson2007-05-221-2/+2
|
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-224-7/+45
|
* Padlock engine fails to compile with -O0 -fPIC [from HEAD].Andy Polyakov2007-05-201-1/+1
|
* Type cast fixes in aes-586.pl.Andy Polyakov2007-05-191-4/+4
|
* Typo in x509_txt.c [from HEAD].Andy Polyakov2007-05-191-1/+1
|
* More IGE speedup.Ben Laurie2007-05-131-87/+100
|
* AES IGE mode speedup.Ben Laurie2007-05-131-31/+54
|
* remove leftover from editing ...Bodo Möller2007-04-241-2/+0
|
* Add SEED encryption algorithm.Bodo Möller2007-04-2320-10/+1288
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* fix error codesBodo Möller2007-04-194-3/+7
|
* don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()Bodo Möller2007-04-191-0/+1
|
* Update from HEAD.Dr. Stephen Henson2007-04-093-6/+8
|
* Fix OID config module.Dr. Stephen Henson2007-04-081-1/+1
|
* Make sure we detect corruption.Ben Laurie2007-04-041-4/+22
|
* make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller2007-03-282-2/+2
|