summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* x86_64 assembler translator update.Andy Polyakov2005-05-031-10/+19
* Support for smime-type MIME parameter.Dr. Stephen Henson2005-05-011-2/+22
* Allow for ./config no-sha0 [from stable].Andy Polyakov2005-04-303-4/+4
* Typo.Dr. Stephen Henson2005-04-301-1/+1
* Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson2005-04-303-2/+9
* Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson2005-04-303-4/+61
* don't let BN_CTX_free(NULL) segfaultNils Larsch2005-04-291-0/+4
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-2914-79/+218
* avoid warnings when building on systems where sizeof(void *) > sizeof(int)Nils Larsch2005-04-291-1/+1
* Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov2005-04-281-2/+2
* Synchronise with Unix build system.Richard Levitte2005-04-281-1/+2
* Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson2005-04-281-1/+1
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-273-13/+19
* add missing parenthesesNils Larsch2005-04-271-1/+1
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-274-12/+9
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-265-48/+48
* Stop unused variable warning.Dr. Stephen Henson2005-04-261-1/+0
* Port from stable branch.Dr. Stephen Henson2005-04-261-6/+7
* some updates for the blinding code; summary:Nils Larsch2005-04-267-161/+401
* Port from stable branch.Dr. Stephen Henson2005-04-261-2/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-2641-74/+99
* make updateBodo Möller2005-04-262-1/+11
* Add DTLS support.Ben Laurie2005-04-2617-3/+1046
* Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.cBodo Möller2005-04-251-1/+1
* Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov2005-04-244-32/+111
* make asn.1 field names constNils Larsch2005-04-232-2/+2
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-234-11/+16
* Add debug target, remove cast, note possible bug.Ben Laurie2005-04-231-0/+2
* Add prototypes.Ben Laurie2005-04-221-0/+11
* more constNils Larsch2005-04-223-6/+9
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-2214-44/+40
* Avoid aliasing between stack frames and S-boxes. Compress prefetch code.Andy Polyakov2005-04-221-127/+215
* Provide a default OPENSSL_ia32cap_loc for non-Intel platforms whereRichard Levitte2005-04-211-0/+2
* Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.Dr. Stephen Henson2005-04-204-9/+16
* Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson2005-04-201-6/+6
* Stop bogus shadowing warning.Dr. Stephen Henson2005-04-201-2/+2
* Make sure id2_func is properly cast as well...Richard Levitte2005-04-201-2/+2
* signed vs. unsigned.Richard Levitte2005-04-201-2/+2
* Avoid compiler complaint about mismatched function signaturesRichard Levitte2005-04-201-2/+2
* Resolve signed vs. unsigned.Richard Levitte2005-04-201-1/+1
* Type mismatch detected by DEC C compiler. void* != void**Richard Levitte2005-04-201-1/+1
* Avoid compiler complaint about mismatched function signaturesRichard Levitte2005-04-201-2/+2
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson2005-04-192-1/+3
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-194-5/+7
* Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov2005-04-172-114/+506
* Synchronise with ec/Makefile.Richard Levitte2005-04-171-1/+1
* Mitigate cache-timing attack in CBC mode. This is done by implementingAndy Polyakov2005-04-161-654/+223
* Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson2005-04-147-7/+14
* Prototype mnemonics in padlock_verify_context for better portabilityAndy Polyakov2005-04-141-5/+5
* Fix for bug emerged in openvpn conext.Andy Polyakov2005-04-141-3/+3