summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* crypto/bn/bn_nist.c: bring original failing code back for reference.Andy Polyakov2014-09-301-0/+11
* Add additional DigestInfo checks.Dr. Stephen Henson2014-09-291-1/+20
* Remove #ifdef's for IRIX_CC_BUGRich Salz2014-09-251-6/+0
* Add missing testsEmilia Kasper2014-09-251-5/+7
* crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov2014-09-251-3/+3
* RT3544: Remove MWERKS supportRich Salz2014-09-255-39/+9
* RT3425: constant-time evp_encEmilia Kasper2014-09-242-26/+32
* RT3067: simplify patchEmilia Kasper2014-09-242-0/+54
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-247-113/+302
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-213-10/+12
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-213-45/+47
* Harmonize Tru64 and Linux make rules.Andy Polyakov2014-09-204-8/+8
* Fix warning.Dr. Stephen Henson2014-09-201-2/+3
* RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding2014-09-181-18/+19
* crypto/bn/asm/x86_64-mont*.pl: add missing clang detection.Andy Polyakov2014-09-122-0/+10
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-128-4/+16201
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-124-5/+119
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2014-09-121-1/+1
* RT2560: missing NULL check in ocsp_req_find_signerRich Salz2014-09-101-2/+5
* RT3192: spurious error in DSA verifyMatt Caswell2014-09-091-3/+1
* RT1909: Omit version for v1 certificatesGeoff Keating2014-09-091-0/+6
* RT2841: Extra return in check_issuedPaul Suhler2014-09-091-1/+0
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-084-4/+4
* RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRINGBjoern Zeeb2014-09-082-4/+6
* RT992: RSA_check_key should have a callback argRich Salz2014-09-082-2/+8
* RT3031: Need to #undef some names for win32Robin Lee2014-09-081-0/+7
* RT1771: Add string.h include.Alon Bar-Lev2014-09-081-0/+1
* Add i2d_re_X509_tbsEmilia Kasper2014-09-052-0/+8
* Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte2014-09-032-1/+12
* RT3334: Fix crypto/LPdir_win.cPhil Mesnier2014-09-031-7/+35
* RT3140: Possibly-unit variable in pem_lib.cClang via Jeffrey Walton2014-09-031-1/+1
* Make the inline const-time functions static.Emilia Kasper2014-09-021-16/+16
* RT3508: Remove unused variable introduced by b09eb24Kurt Cancemi2014-09-011-1/+0
* Add explanatory note to crypto/store/READMERich Salz2014-08-311-0/+6
* Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov2014-08-301-1/+3
* md5-x86_64.pl: work around warning.Andy Polyakov2014-08-301-1/+1
* x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov2014-08-308-2/+13
* Remove some outdated README files, to avoid confusing people.Rich Salz2014-08-307-171/+0
* Fixed double inclusion of string.hMatt Caswell2014-08-291-1/+0
* RT3246: req command prints version number wrongRich Salz2014-08-291-7/+3
* RT2193: #ifdef errors in bss_dgram.cl.montecchiani@gmail.com2014-08-281-2/+2
* fix warningDr. Stephen Henson2014-08-281-1/+1
* Constant-time utilitiesEmilia Kasper2014-08-283-0/+375
* RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer2014-08-281-0/+1
* Merge branch 'master' of git.openssl.org:opensslRich Salz2014-08-282-17/+37
|\
| * Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper2014-08-271-3/+9
| * RT3065: automatically generate a missing EC public keyMatt Caswell2014-08-271-8/+19
| * RT3065: ec_private_key_dont_crashAdam Langley2014-08-272-7/+10
* | RT2308: Add extern "C" { ... } wrapperRich Salz2014-08-286-0/+41
|/
* RT3061: slightly amend patchEmilia Kasper2014-08-221-2/+1