summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update demos/bio/READMEDr. Stephen Henson2013-10-211-2/+3
* Remove unused variable.Ben Laurie2013-10-211-1/+1
* Fix another gmt_unix_time case in server_randomNick Mathewson2013-10-211-7/+1
* Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson2013-10-215-14/+34
* Fix various typos.Dr. Stephen Henson2013-10-203-20/+16
* Modify sample accept.cnfDr. Stephen Henson2013-10-201-2/+3
* Remove gratuitous patent referencesSteve Marquess2013-10-201-7/+2
* Add demo for SSL server using SSL_CONF.Dr. Stephen Henson2013-10-205-0/+304
* Extend SSL_CONFDr. Stephen Henson2013-10-205-41/+193
* Typo.Dr. Stephen Henson2013-10-201-1/+1
* Time value for various platforms.Dr. Stephen Henson2013-10-201-8/+27
* Prevent use of RSA+MD5 in TLS 1.2 by default.Dr. Stephen Henson2013-10-201-10/+1
* Add clang debug target.Ben Laurie2013-10-201-0/+1
* PPC assembly pack: make new .size directives profiler-friendly.Andy Polyakov2013-10-153-4/+5
* Add brainpool curves to NID table too.Dr. Stephen Henson2013-10-151-0/+6
* Fix warning.Dr. Stephen Henson2013-10-151-2/+2
* Add test vectors from RFC7027Dr. Stephen Henson2013-10-151-0/+171
* RFC7027 (Brainpool for TLS) support.Dr. Stephen Henson2013-10-151-1/+7
* Sync OID numbers with 1.0.2 branch.Dr. Stephen Henson2013-10-153-81/+81
* PPC assembly pack: add .size directives.Andy Polyakov2013-10-158-3/+29
* bn/asm/*x86_64*.pl: correct assembler requirement for ad*x.Andy Polyakov2013-10-143-3/+3
* Initial aarch64 bits.Andy Polyakov2013-10-134-0/+48
* MIPS assembly pack: get rid of deprecated instructions.Andy Polyakov2013-10-133-25/+23
* evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.Andy Polyakov2013-10-122-3/+5
* aes/asm/bsaes-x86_64.pl: fix Windows-specific bug in XTS.Andy Polyakov2013-10-121-1/+3
* bn/asm/rsax-avx2.pl: minor optimization [for Decoded ICache].Andy Polyakov2013-10-101-79/+72
* bn/bn_exp.c: prefer MULX/AD*X over AVX2.Andy Polyakov2013-10-091-1/+2
* Configure: recognize experimental-multiblock.Andy Polyakov2013-10-081-0/+1
* ssl/s3_pkt.c: add initial multi-block encrypt.Andy Polyakov2013-10-081-0/+53
* evp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.Andy Polyakov2013-10-082-75/+103
* evp/evp.h: add multi-block contstants and parameter type.Andy Polyakov2013-10-081-0/+12
* sha/asm/sha*-mb-x86_64.pl: commentary update.Andy Polyakov2013-10-082-14/+18
* Constification.Ben Laurie2013-10-077-25/+28
* aes/asm/bsaes-*.pl: improve decrypt performance.Andy Polyakov2013-10-032-10/+130
* Support new asm files.Ben Laurie2013-10-031-0/+3
* evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov2013-10-031-3/+3
* perlasm/sparcv9_modes.pl: make it work even with seasoned perl.Andy Polyakov2013-10-031-2/+2
* bn/asm/x86_64-mont*.pl: add MULX/ADCX/ADOX code path.Andy Polyakov2013-10-032-38/+1622
* rsaz-x86_64.pl: add MULX/ADCX/ADOX code path.Andy Polyakov2013-10-031-192/+611
* x86_64-xlate.pl: fix jrcxz in nasm case.Andy Polyakov2013-10-031-3/+3
* evp/e_aes_cbc_hmac_sha*.c: multi-block glue code.Andy Polyakov2013-10-032-31/+498
* Configire: take multi-block modules into build loop.Andy Polyakov2013-10-034-40/+44
* x86_64 assembly pack: add multi-block AES-NI, SHA1 and SHA256.Andy Polyakov2013-10-033-0/+3155
* evp/e_aes_cbc_hmac_sha256.c: enable is on all AES-NI platforms, not only on AVX.Andy Polyakov2013-10-031-4/+6
* aes/asm/*-armv*.pl: compensate for inconsistencies in tool-chains.Andy Polyakov2013-10-012-0/+11
* Produce PEM we would consume.Ben Laurie2013-09-251-1/+2
* Show useful errors.Ben Laurie2013-09-254-4/+15
* Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie2013-09-201-1/+21
* Merge remote-tracking branch 'trevp/pemfix' into trev-pem-fixBen Laurie2013-09-203-9/+22
|\
| * Update docs to mention "BEGIN SERVERINFO FOR ".Trevor Perrin2013-09-131-3/+4