| Commit message (Expand) | Author | Files | Lines |
2010-12-02 | update FAQ | Dr. Stephen Henson | 1 | -1/+1 |
2010-11-30 | Configure: make -mno-cygwin optional on mingw platforms. | Andy Polyakov | 1 | -0/+6 |
2010-11-30 | PR: 2385 | Dr. Stephen Henson | 1 | -0/+3 |
2010-11-29 | Better method for creating SSLROOT:. | Richard Levitte | 1 | -3/+7 |
2010-11-29 | TABLE update. | Andy Polyakov | 1 | -32/+128 |
2010-11-29 | s390x assembler pack: adapt for -m31 build, see commentary in Configure | Andy Polyakov | 9 | -140/+329 |
2010-11-29 | apply J-PKAKE fix to HEAD (original by Ben) | Dr. Stephen Henson | 4 | -3/+43 |
2010-11-27 | Some of the MS_STATIC use in crypto/evp is a legacy from the days when | Dr. Stephen Henson | 3 | -4/+4 |
2010-11-25 | PR: 2240 | Dr. Stephen Henson | 1 | -7/+4 |
2010-11-25 | using_ecc doesn't just apply to TLSv1 | Dr. Stephen Henson | 1 | -1/+1 |
2010-11-24 | fix typo in HMAC redirection, add HMAC INIT tracing | Dr. Stephen Henson | 1 | -2/+5 |
2010-11-24 | VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at this | Dr. Stephen Henson | 1 | -0/+242 |
2010-11-24 | add "missing" functions to copy EVP_PKEY_METHOD and examine info | Dr. Stephen Henson | 3 | -0/+56 |
2010-11-24 | oops, revert invalid change | Dr. Stephen Henson | 1 | -2/+8 |
2010-11-24 | use generalise mac API for SSL key generation | Dr. Stephen Henson | 2 | -36/+36 |
2010-11-24 | constify EVP_PKEY_new_mac_key() | Dr. Stephen Henson | 2 | -3/+4 |
2010-11-23 | INSTALL.W32: document trouble with symlinks under MSYS. | Andy Polyakov | 1 | -0/+9 |
2010-11-23 | Use the same directory for architecture dependent header files as in | Richard Levitte | 2 | -34/+29 |
2010-11-23 | Implement bc test strategy as submitted by Steven M. Schweda <sms@antinode.in... | Richard Levitte | 3 | -17/+268 |
2010-11-23 | Print openssl version information at the end of the tests | Richard Levitte | 1 | -0/+1 |
2010-11-23 | Give the architecture dependent directory higher priority | Richard Levitte | 1 | -3/+3 |
2010-11-23 | Don't define an empty CFLAGS, it's much more honest not to defined it at all. | Richard Levitte | 1 | -1/+6 |
2010-11-23 | * tests.com: Add the symbol openssl_conf, so the openssl application | Richard Levitte | 2 | -45/+52 |
2010-11-22 | Better way to build tests. Taken from OpenSSL-1_0_1-stable | Richard Levitte | 1 | -85/+88 |
2010-11-22 | Synchronise with Unix and do all other needed modifications to have it | Richard Levitte | 5 | -9/+23 |
2010-11-22 | s390x.S: fix typo in bn_mul_words. | Andy Polyakov | 1 | -1/+1 |
2010-11-22 | Taken from OpenSSL_1_0_0-stable: | Richard Levitte | 2 | -1/+5 |
2010-11-22 | add pice of PR#2295 not committed to HEAD | Dr. Stephen Henson | 1 | -2/+4 |
2010-11-19 | PR: 2376 | Dr. Stephen Henson | 1 | -9/+11 |
2010-11-19 | PR: 2375 | Dr. Stephen Henson | 1 | -6/+2 |
2010-11-18 | PR: 2374 | Dr. Stephen Henson | 1 | -3/+9 |
2010-11-18 | Tell the user what test is being performed. | Richard Levitte | 1 | -0/+1 |
2010-11-18 | We expect these scripts not to bail on error, so make sure that's what happens. | Richard Levitte | 2 | -4/+6 |
2010-11-18 | Synchronise with Unix tests | Richard Levitte | 1 | -1/+1 |
2010-11-18 | We redid the structure on architecture dependent source files, but | Richard Levitte | 1 | -6/+1 |
2010-11-18 | remove duplicate statement | Dr. Stephen Henson | 1 | -2/+0 |
2010-11-18 | compile cts128.c on VMS | Dr. Stephen Henson | 1 | -1/+1 |
2010-11-18 | fix no SIGALRM case in speed.c | Dr. Stephen Henson | 1 | -1/+2 |
2010-11-18 | PR: 2372 | Dr. Stephen Henson | 1 | -1/+1 |
2010-11-17 | oops, reinstate TLSv1 string | Dr. Stephen Henson | 1 | -0/+2 |
2010-11-17 | Don't assume a decode error if session tlsext_ecpointformatlist is not NULL: ... | Dr. Stephen Henson | 1 | -2/+2 |
2010-11-16 | bring HEAD up to date, add CVE-2010-3864 fix, update NEWS files | Dr. Stephen Henson | 4 | -20/+67 |
2010-11-16 | add TLS v1.1 options to s_server | Dr. Stephen Henson | 1 | -0/+4 |
2010-11-16 | If EVP_PKEY structure contains an ENGINE the key is ENGINE specific and | Dr. Stephen Henson | 1 | -0/+2 |
2010-11-14 | Only use explicit IV if cipher is in CBC mode. | Dr. Stephen Henson | 2 | -3/+6 |
2010-11-14 | Get correct GOST private key instead of just assuming the last one is | Dr. Stephen Henson | 1 | -3/+10 |