summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-1231-6/+5290
* Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson2006-02-091-10/+10
* Avoid warnings about shadowed definitions.Dr. Stephen Henson2006-02-091-25/+25
* remove unnecessary checkNils Larsch2006-02-081-1/+1
* p could be uninitializedNils Larsch2006-02-081-1/+7
* Update filenames in makefiles.Dr. Stephen Henson2006-02-0438-38/+38
* Recognize mingw in perlasm.Dr. Stephen Henson2006-02-041-1/+1
* fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch2006-02-021-1/+1
* Ignore zero length constructed segments.Dr. Stephen Henson2006-01-311-1/+1
* add additional checks + cleanupNils Larsch2006-01-2913-33/+64
* Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson2006-01-192-5/+10
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
* support numeric strings in ASN1_generate_nconfNils Larsch2006-01-141-0/+3
* fix commentNils Larsch2006-01-131-2/+8
* 2 is a primeNils Larsch2006-01-131-1/+2
* Forgot to initialize CC6DISABLEWARNINGS properly...Richard Levitte2006-01-111-0/+4
* Typo...Richard Levitte2006-01-111-1/+1
* Further TLS extension updatesBodo Möller2006-01-091-1/+0
* Disable the Mixed Linkage warning for some selected modules. This isRichard Levitte2006-01-091-1/+12
* Avoid contradictive error code assignments.Bodo Möller2006-01-084-8/+7
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-088-17/+28
* The VMS I run on doesn't know socklen_t and uses size_t instead.Richard Levitte2006-01-041-1/+6
* In ASN1_parse() show tag value for ASN1 tags > 30.Dr. Stephen Henson2006-01-031-1/+4
* Missing files in the VMS installationRichard Levitte2006-01-021-1/+2
* Refine login in b_sock.c.Andy Polyakov2006-01-021-1/+15
* Fix typo and purify logic in b_sock.cAndy Polyakov2006-01-021-3/+3
* Typo in win32_globallookup.Andy Polyakov2006-01-021-1/+1
* Make b_sock.c IPv6 savvy.Andy Polyakov2006-01-021-29/+115
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-025-23/+23
* Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov2006-01-011-1/+6
* Oops! Remove junk...Andy Polyakov2005-12-311-1/+0
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-306-3/+118
* Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,Andy Polyakov2005-12-281-16/+117
* Minor sparcv9 clean-ups.Andy Polyakov2005-12-272-15/+7
* Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results.Andy Polyakov2005-12-271-1/+6
* Whoops, we were copying instead of comparing at the end of trying toRichard Levitte2005-12-201-1/+1
* As SPARCV9 CPU flavor is [expected to be] detected at run-time, we canAndy Polyakov2005-12-191-17/+14
* commentsUlf Möller2005-12-181-3/+3
* Eliminate possible mapping leak.Andy Polyakov2005-12-181-0/+1
* Typo in sparcv8cap.c.Andy Polyakov2005-12-181-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-1813-48/+14
* Missing CFLAG in couple of depend: targets.Andy Polyakov2005-12-182-2/+2
* Make bio.h resistant to gnu-ish __attribute__ redefenitions.Andy Polyakov2005-12-161-6/+9
* Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov2005-12-168-41/+41
* Make framework for Whirlpool assembler flexible.Andy Polyakov2005-12-161-1/+3
* Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov2005-12-161-4/+7
* We all make typos:-) Fix just introduced ones in bn.hAndy Polyakov2005-12-161-3/+3
* Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov2005-12-165-124/+13
* To exclude contention for shared FPU on T1, trade 3% of DES performance.Andy Polyakov2005-12-151-3/+3
* sparccpuid module update.Andy Polyakov2005-12-152-19/+150