summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson2013-07-172-0/+8
* Add support for ECDH KARI.Dr. Stephen Henson2013-07-174-2/+402
* Add support for X9.62 KDF.Dr. Stephen Henson2013-07-175-6/+364
* Add new OIDs from RFC5753Dr. Stephen Henson2013-07-176-5/+194
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-1712-93/+824
* Set CMS EnvelopedData version correctly.Dr. Stephen Henson2013-07-171-0/+73
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-1713-197/+420
* Typo.Dr. Stephen Henson2013-07-171-1/+1
* Avoid need to change function code.Dr. Stephen Henson2013-07-172-16/+16
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-1512-77/+38
* bn/asm/rsaz-avx2.pl: Windows-specific fix.Andy Polyakov2013-07-121-3/+5
* Fix verify loop with CRL checking.Dr. Stephen Henson2013-07-121-0/+11
* Clarify FIXME.Ben Laurie2013-07-121-2/+3
* Note non-export of CC.Ben Laurie2013-07-121-0/+2
* Support new rsaz asm stuff.Ben Laurie2013-07-121-0/+2
* s/rsaz_eligible/rsaz_avx2_eligible/.Ben Laurie2013-07-121-1/+1
* sha512-586.pl: fix typo.Andy Polyakov2013-07-101-1/+1
* Remove RSAX engine, superseded by RSAZ module.Andy Polyakov2013-07-054-36/+19
* Take RSAZ modules into build loop, add glue and engage.Andy Polyakov2013-07-056-17/+408
* Add RSAZ assembly modules.Andy Polyakov2013-07-052-0/+3569
* bn/asm/x86_86-mont.pl: optimize reduction for Intel Core family.Andy Polyakov2013-07-051-312/+449
* bn/bn_exp.c: harmonize.Andy Polyakov2013-07-051-19/+28
* Fix multiple cosmetic typos.Jeff Walton2013-07-041-56/+56
* Initialise CMS signature buffer length properly.Dr. Stephen Henson2013-07-021-1/+2
* config: fix executable format detection on latest FreeBSD.Andy Polyakov2013-06-301-1/+1
* bn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies on alloca.Andy Polyakov2013-06-301-0/+2
* x86_64-xlate.pl: Windows fixes.Andy Polyakov2013-06-301-3/+5
* aesni-sha256-x86_64.pl: fix typo in Windows SEH.Andy Polyakov2013-06-301-4/+0
* Cosmetic touchups.Trevor2013-06-284-15/+18
* Fix duplicate error code.Dr. Stephen Henson2013-06-281-1/+1
* Update CHANGESDr. Stephen Henson2013-06-211-0/+4
* Update cms docs.Dr. Stephen Henson2013-06-211-2/+29
* Add new CMS tests.Dr. Stephen Henson2013-06-211-0/+49
* Add -keyopt option to cms utility.Dr. Stephen Henson2013-06-211-5/+143
* CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson2013-06-215-141/+475
* CMS public key parameter support.Dr. Stephen Henson2013-06-216-75/+212
* Update to OAEP support.Dr. Stephen Henson2013-06-212-5/+43
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-215-0/+26
* Add new OID to pSpecified from PKCS#1Dr. Stephen Henson2013-06-214-5/+17
* Cleanup of custom extension stuff.Trevor2013-06-188-44/+402
* SPARC T4 DES support: fix typo.Andy Polyakov2013-06-181-2/+2
* Optimize SPARC T4 MONTMUL support.Andy Polyakov2013-06-182-155/+253
* PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov2013-06-187-24/+33
* Add secure DSA nonce flag.Adam Langley2013-06-1315-30/+201
* Limit the number of empty records that will be processed consecutivelyAdam Langley2013-06-133-1/+20
* Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley2013-06-131-0/+6
* This change alters the processing of invalid, RSA pre-master secrets soAdam Langley2013-06-131-45/+89
* Ignore one-makefile stuff.Ben Laurie2013-06-131-3/+4
* Document updates from wiki.Matt Caswell2013-06-1248-133/+1227
* Exetended OAEP support.Dr. Stephen Henson2013-06-125-48/+217