aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-1914-404/+722
* Add SRP.Ben Laurie2011-03-169-0/+2100
* s390x-mont.pl: optimize for z196.Andy Polyakov2011-03-041-2/+2
* dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].Andy Polyakov2011-02-121-0/+1
* Assorted bugfixes:Bodo Möller2011-02-032-47/+46
* Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson2011-02-011-18/+0
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-301-0/+3
* FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson2011-01-262-16/+21
* Add rsa_crptRichard Levitte2011-01-261-1/+1
* Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson2011-01-253-159/+227
* Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson2011-01-252-19/+19
* Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson2011-01-253-37/+62
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson2011-01-253-1/+17
* PR: 2433Dr. Stephen Henson2011-01-242-2/+2
* New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson2011-01-243-0/+88
* check EC public key isn't point at infinityDr. Stephen Henson2011-01-241-1/+7
* PR: 1612Dr. Stephen Henson2011-01-242-0/+6
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-193-2/+6
* add va_list version of ERR_add_error_dataDr. Stephen Henson2011-01-142-6/+10
* stop warning with no-engineDr. Stephen Henson2011-01-131-1/+1
* PR: 2425Richard Levitte2011-01-101-2/+2
* add buf_str.c fileDr. Stephen Henson2011-01-091-0/+119
* move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson2011-01-092-60/+2
* add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson2011-01-093-2/+285
* oops missed an assertDr. Stephen Henson2011-01-031-1/+1
* PR: 2411Dr. Stephen Henson2011-01-032-1/+7
* Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson2011-01-031-5/+12
* PR: 2410Dr. Stephen Henson2011-01-032-17/+15
* PR: 2413Dr. Stephen Henson2011-01-031-1/+1
* PR: 2416Dr. Stephen Henson2011-01-031-1/+1
* First attempt at adding the possibility to set the pointer size for the build...Richard Levitte2010-12-142-4/+63
* bss_file.c: refine UTF8 logic [from HEAD].Andy Polyakov2010-12-111-3/+9
* PR: 2386Dr. Stephen Henson2010-12-021-1/+2
* PR: 2385Dr. Stephen Henson2010-11-301-0/+3
* apply J-PKAKE fix to HEAD (original by Ben)Dr. Stephen Henson2010-11-293-1/+34
* Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson2010-11-273-4/+4
* add "missing" functions to copy EVP_PKEY_METHOD and examine infoDr. Stephen Henson2010-11-242-0/+53
* constify EVP_PKEY_new_mac_key()Dr. Stephen Henson2010-11-242-3/+4
* Give the architecture dependent directory higher priorityRichard Levitte2010-11-231-3/+3
* s390x.S: fix typo in bn_mul_words [from HEAD].Andy Polyakov2010-11-221-1/+1
* PR: 2376Dr. Stephen Henson2010-11-191-9/+11
* We redid the structure on architecture dependent source files, butRichard Levitte2010-11-181-6/+1
* compile cts128.c on VMSDr. Stephen Henson2010-11-181-1/+1
* PR: 2372Dr. Stephen Henson2010-11-181-1/+1
* backport AES EVP ctr mode changes from HEADDr. Stephen Henson2010-11-175-17/+99
* sync OIDs with HEADDr. Stephen Henson2010-11-174-21/+254
* If EVP_PKEY structure contains an ENGINE the key is ENGINE specific andDr. Stephen Henson2010-11-161-0/+2
* Submitted by: Jonathan Dixon <joth@chromium.org>Dr. Stephen Henson2010-11-021-1/+1
* PR: 2295Dr. Stephen Henson2010-10-116-20/+27
* x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings [from HEAD].Andy Polyakov2010-10-101-1/+5