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