summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertsteve2012-02-214-2/+63
* Additional compatibility fix for MDC2 signature format.steve2012-02-151-1/+14
* An incompatibility has always existed between the format used for RSAsteve2012-02-151-0/+16
* PR: 2717steve2012-02-111-2/+2
* only cleanup ctx if we need to, save ctx flags when we dosteve2012-02-101-4/+8
* bn_nist.c: make new optimized code dependent on BN_LLONG.appro2012-02-021-1/+1
* allow key agreement for SSL/TLS certificatessteve2012-01-261-4/+9
* ghash-x86.pl: engage original MMX version in no-sse2 builds.appro2012-01-252-1/+5
* x86_64-xlate.pl: proper solution for RT#2620.appro2012-01-211-1/+2
* cryptlib.c: sscanf warning.appro2012-01-151-1/+1
* Fix OPNESSL vs. OPENSSL typos.appro2012-01-152-2/+2
* fix warningsteve2012-01-151-1/+1
* cryptlib.c: make even non-Windows builds "strtoull-agnostic".appro2012-01-141-1/+1
* sha512-sparcv9.pl: work around V8+ warning.appro2012-01-131-1/+2
* aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specificationappro2012-01-132-29/+26
* Sanitize usage of <ctype.h> functions. It's important that charactersappro2012-01-121-3/+3
* ec_pmeth.c: fix typo in commentary.appro2012-01-121-1/+1
* asn1/t_x509.c: fix serial number print, harmonize with a_int.c.appro2012-01-112-4/+4
* aes-sparcv9.pl: clean up regexpappro2012-01-111-1/+2
* fix warning (revert original patch)steve2012-01-101-8/+8
* cmac.c: optimize make_kn and move zero_iv to const segment.appro2012-01-061-10/+9
* bn_nist.c: harmonize buf in BN_nist_mod_256 with other mod functions.appro2012-01-061-13/+19
* Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577)steve2012-01-041-29/+45
* fix warningssteve2012-01-041-8/+8
* incomplete provisional OAEP CMS decrypt supportsteve2012-01-025-14/+40
* make updatesteve2011-12-272-6/+15
* fix error codesteve2011-12-273-2/+4
* PR: 2535steve2011-12-252-1/+1038
* PR: 2563steve2011-12-191-34/+74
* vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl.appro2011-12-152-6/+8
* PR: 1794steve2011-12-141-3/+0
* vpaes-x86.pl: portability fix.appro2011-12-141-5/+5
* Padlock engine doesn't build (the asm parts are not built for some reason),ben2011-12-131-2/+2
* Fix warning.ben2011-12-131-1/+1
* modexp512-x86_64.pl: Solaris protability fix.appro2011-12-121-4/+4
* add cofactor ECDH support from fips branchsteve2011-12-102-0/+14
* perlasm/x86gas.pl: give a hand old assemblers assembling loop instruction.appro2011-12-091-4/+2
* x86-mont.pl: fix bug in integer-only squaring path.appro2011-12-091-1/+3
* transparently handle X9.42 DH parameterssteve2011-12-075-2/+61
* Initial experimental support for X9.42 DH parameter format to handlesteve2011-12-0714-26/+312
* Fix ecdsatest.c.bodo2011-12-021-7/+78
* Fix BIO_f_buffer().bodo2011-12-022-7/+17
* Update DH_check() to peform sensible checks when q parameter is present.steve2011-12-012-9/+42
* Correct some parameter values.steve2011-12-011-3/+3
* bn/asm/mips.pl: fix typos.appro2011-12-011-2/+2
* return error if counter exceeds limit and seed value suppliedsteve2011-11-251-0/+6
* check counter value against 4 * L, not 4096steve2011-11-251-1/+1
* bsaes-x86_64.pl: fix buffer overrun in tail processing.appro2011-11-161-0/+1
* In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...steve2011-11-161-3/+5
* Add DTLS-SRTP.ben2011-11-151-0/+22