summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Recent changes from 0.9.7-stable.OpenSSL-rfc3820-0_9_7-stableRichard Levitte2005-04-1185-19/+194
|
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-cvs2svn2005-04-111-0/+2
|\ | | | | rfc3820-0_9_7-stable'.
| * This commit was manufactured by cvs2svn to create branchcvs2svn2005-04-111-0/+2
| |\ | | | | | | 'OpenSSL_0_9_7-stable'.
| | * Add emacs cache files to .cvsignore.Richard Levitte2005-04-1172-0/+156
| | |
| | * Move allow_proxy_certs declaration to start of function.Dr. Stephen Henson2005-04-101-1/+1
| | |
| | * Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson2005-04-094-8/+28
| | |
| * | Typo..Dr. Stephen Henson2005-04-091-2/+2
| | |
| * | Make kerberos ciphersuites work with newer headers.Dr. Stephen Henson2005-04-094-10/+30
| | |
| * | This commit was manufactured by cvs2svn to create branchcvs2svn2005-04-092-0/+332
| |\ \ | | |/ | | | 'OpenSSL_0_9_7-stable'.
| | * Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-099-13/+102
| | | | | | | | | | | | a security threat on unexpecting applications. Document and test.
| | * add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch2005-04-082-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | and SSL_use_PrivateKey_file() PR: 1035 Submitted by: Walter Goulet Reviewed by: Nils Larsch
| | * improve docu of SSL_CTX_use_PrivateKey()Nils Larsch2005-04-081-0/+12
| | |
| | * get rid of very buggy and very imcomplete DH cert supportNils Larsch2005-04-073-93/+23
| | | | | | | | | | | | Reviewed by: Bodo Moeller
| | * make sure error queue is totally emptiedNils Larsch2005-04-076-6/+6
| | | | | | | | | | | | PR: 359
| | * const fixesNils Larsch2005-04-072-4/+4
| | |
| | * Recognize MSYS/MINGW environment.Andy Polyakov2005-04-071-0/+3
| | |
| | * Implement OPENSSL_showfatal and make it Win32 GUI and service awareAndy Polyakov2005-04-071-1/+136
| | | | | | | | | | | | | | | [meaning that it will detect in which context application is running and either write message to stderr, post a dialog or log an event].
| | * Harmonize cygwin/mingw and VC targets.Andy Polyakov2005-04-073-7/+7
| | |
| | * +45% RC4 performance boost on Intel EM64T core. Unrolled loop providingAndy Polyakov2005-04-061-4/+4
| | | | | | | | | | | | | | | | | | further +35% will follow... Submitted by: Zou Nanhai
| | * some const fixesNils Larsch2005-04-0519-65/+71
| | |
| | * update progs.pl to reflect changes in progs.hNils Larsch2005-04-052-5/+7
| | |
| | * fix example in docuNils Larsch2005-04-051-0/+2
| | | | | | | | | | | | PR: 800
| | * some const fixes and cleanupNils Larsch2005-04-059-38/+38
| | |
| | * remove unused recp methodNils Larsch2005-04-044-168/+2
| | |
| | * Extend Solaris x86 support to amd64.Andy Polyakov2005-04-046-8/+81
| | |
| | * Solaris x86 linker erroneously pads .init segment with zeros instead ofAndy Polyakov2005-04-042-3/+0
| | | | | | | | | | | | nops, which causes SEGV at startup. So I don't align anymore.
| | * Some non-GNU compilers (such as Sun C) define __i386.Andy Polyakov2005-04-041-1/+2
| | |
| | * HISTORY section: point out change of default digestBodo Möller2005-04-031-0/+4
| | |
| | * Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov2005-04-031-2/+2
| | | | | | | | | | | | | | | | | | introduced for a reason [like bug in initial gcc port], but proposed =&r is treated correctly by senior 3.2, so we can assume it's safe now. PR: 1031
| | * If input is bad, we still need to clear the buffer.Ben Laurie2005-04-031-1/+1
| | |
| | * use SHA-1 as the default digest for the apps/openssl commandsNils Larsch2005-04-026-7/+11
| | |
| | * TypoDr. Stephen Henson2005-04-011-1/+0
| | |
| | * really clear the error queue hereNils Larsch2005-04-011-1/+1
| | | | | | | | | | | | PR: 860
| | * use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch2005-04-011-3/+3
| | | | | | | | | | | | PR: 658
| | * Consistency.Ben Laurie2005-03-3111-42/+33
| | |
| * | Recognize MSYS/MINGW environment.Andy Polyakov2005-04-071-0/+3
| | |
| * | Engage DllMain on Windows. Partial backport from HEAD. Unlike HEAD,Andy Polyakov2005-04-073-9/+6
| | | | | | | | | | | | | | | it doesn't get engaged on __CYGWIN__, because I'm not sure is *all* Cygwin installations are equipped with windows.h...
| * | fix example in docuNils Larsch2005-04-051-0/+2
| | | | | | | | | | | | PR: 800
| * | Extend Solaris x86 support to amd64. Note that if both gcc and Sun CAndy Polyakov2005-04-035-3/+71
| | | | | | | | | | | | | | | | | | are installed, it defaults to gcc, because it beats Sun C on every benchmark. Also note that gcc shared build was verified to work woth Sun C...
| * | Downsync from HEAD.Andy Polyakov2005-04-031-18/+36
| | | | | | | | | | | | PR: 1031
| * | Typo.Dr. Stephen Henson2005-04-011-1/+0
| | |
| * | really clear the error queue hereNils Larsch2005-04-011-1/+1
| | | | | | | | | | | | PR: 860
| * | use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch2005-04-011-3/+3
| | | | | | | | | | | | PR: 658
| * | Add a file with fingerprints that have recently been used to signRichard Levitte2005-03-310-0/+0
| | | | | | | | | | | | | | | OpenSSL distributions, or are about to. This has been requested a little now and then by users, for years :-/...
* | | Move definition of allow_proxy_certs to start.Dr. Stephen Henson2005-04-101-1/+1
| | |
* | | Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-099-6/+95
| | | | | | | | | | | | a security threat on unexpecting applications. Document and test.
* | | Recent changes from 0.9.7-stable.Richard Levitte2005-04-0570-295/+426
| | | | | | | | | | | | I'm about to test that this is interchangeable with "normal" 0.9.7-stable.
* | | This commit was manufactured by cvs2svn to create branch 'OpenSSL-cvs2svn2005-03-311-0/+28
|\ \ \ | |/ / | | | rfc3820-0_9_7-stable'.
| * | This commit was manufactured by cvs2svn to create branchcvs2svn2005-03-315-0/+478
| |\ \ | | |/ | | | 'OpenSSL_0_9_7-stable'.
| | * Add a file with fingerprints that have recently been used to signRichard Levitte2005-03-311-0/+28
| | | | | | | | | | | | | | | OpenSSL distributions, or are about to. This has been requested a little now and then by users, for years :-/...