aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PR: 2908Dr. Stephen Henson2012-11-211-1/+0
* fix printout of expiry days if -enddate is used in caDr. Stephen Henson2012-11-201-1/+7
* don't use psec or pdays if NULLDr. Stephen Henson2012-11-201-2/+4
* first parameter is difference in days, not yearsDr. Stephen Henson2012-11-202-3/+3
* reorganise SSL_CONF_cmd manual page and update some linksDr. Stephen Henson2012-11-203-90/+119
* fix leaksDr. Stephen Henson2012-11-202-0/+4
* with -rev close connection if client sends "CLOSE"Dr. Stephen Henson2012-11-191-0/+11
* update usage messagesDr. Stephen Henson2012-11-193-0/+9
* correct docsDr. Stephen Henson2012-11-191-4/+4
* document -trace and -msgfile optionsDr. Stephen Henson2012-11-192-0/+18
* update docs for s_server/s_clientDr. Stephen Henson2012-11-192-0/+24
* make dependDr. Stephen Henson2012-11-191-2/+3
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson2012-11-196-64/+135
* x86_64-gcc.c: resore early clobber constraint.Andy Polyakov2012-11-191-2/+2
* make dependDr. Stephen Henson2012-11-198-260/+316
* don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is setDr. Stephen Henson2012-11-191-0/+4
* remove obsolete codeDr. Stephen Henson2012-11-191-4/+0
* fix typo and warningDr. Stephen Henson2012-11-194-7/+7
* clarify docsDr. Stephen Henson2012-11-181-3/+3
* fix manual page file nameDr. Stephen Henson2012-11-181-1/+1
* document -naccept optionDr. Stephen Henson2012-11-181-0/+5
* add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson2012-11-184-8/+21
* PR: 2880Dr. Stephen Henson2012-11-181-1/+4
* PR: 2909Dr. Stephen Henson2012-11-187-19/+632
* remove redundant code from demoDr. Stephen Henson2012-11-181-10/+1
* cryptlib.c: revert typo.Andy Polyakov2012-11-171-1/+1
* Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov2012-11-178-11/+88
* perlasm/sparcv9_modes.pl: addendum to commit#22966.Andy Polyakov2012-11-171-0/+26
* fix error messagesDr. Stephen Henson2012-11-171-2/+3
* Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson2012-11-174-219/+120
* initial decription of GCM/CCM usage via EVPDr. Stephen Henson2012-11-171-2/+81
* Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov2012-11-177-10/+1386
* fix typos in SSL_CONF documentationDr. Stephen Henson2012-11-175-24/+30
* add SSL_CONF functions and documentationDr. Stephen Henson2012-11-1612-4/+1188
* typoDr. Stephen Henson2012-11-161-1/+1
* update ciphers documentation to indicate implemented fixed DH ciphersuitesDr. Stephen Henson2012-11-161-18/+18
* initial update of ciphers docDr. Stephen Henson2012-11-161-26/+146
* new command line option -stdname to ciphers utilityDr. Stephen Henson2012-11-163-1/+24
* add "missing" TLSv1.2 cipher aliasDr. Stephen Henson2012-11-151-2/+3
* aes-x86_64.pl: Atom-specific optimizations, +10%.Andy Polyakov2012-11-122-167/+164
* aes-586.pl: Atom-specific optimization, +44/29%, minor improvement on others.Andy Polyakov2012-11-122-174/+180
* ppccap.c: fix typo.Andy Polyakov2012-11-101-1/+1
* ppccap.c: restrict features on AIX 5.Andy Polyakov2012-11-101-5/+7
* bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov2012-11-091-17/+8
* new feature: if ctx==NULL in SSL_CTX_ctrl perform syntax checking only for so...Dr. Stephen Henson2012-11-082-0/+18
* contifyDr. Stephen Henson2012-11-052-7/+7
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-054-48/+51
* More strict aliasing fix.Ben Laurie2012-11-052-5/+6
* correct error function codeDr. Stephen Henson2012-11-053-2/+4
* cbc128.c: fix strict aliasing warning.Andy Polyakov2012-11-052-13/+11