summaryrefslogtreecommitdiffstats
path: root/crypto/LPdir_win32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-07Document the changed HMAC API.Richard Levitte1-4/+6
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte10-44/+70
2015-12-07Have other crypto/evp files include evp_locl.hRichard Levitte8-77/+108
2015-12-07Make the definition of EVP_MD_CTX opaqueRichard Levitte3-21/+51
2015-12-07Do not add symlinks in the source releaseRichard Levitte1-1/+1
2015-12-07In travis, build from a "source release" rather than from the build treeRichard Levitte1-0/+6
2015-12-07Small changes to creating distsRichard Levitte1-19/+15
2015-12-07Fix and update versions in CHANGES and NEWSDr. Stephen Henson2-2/+74
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov10-12/+20
2015-12-07Fix typo and improve a bit of textViktor Dukhovni1-4/+5
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni2-110/+3
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx24-1419/+293
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx12-142/+43
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx8-72/+48
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx9-68/+10
2015-12-04Fix EAP FAST in the new state machineMatt Caswell1-0/+13
2015-12-04Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni2-5/+5
2015-12-04Run test/run_tests.pl directly in the test_ordinals targetRichard Levitte1-1/+1
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2-3/+37
2015-12-03perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov1-0/+20
2015-12-02modes/ocb128.c: fix sanitizer warning.Andy Polyakov1-7/+7
2015-12-02Fix ./Configure reconfRichard Levitte1-1/+2
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson4-19/+4
2015-12-02Move the backtrace memleak options to a separate variableRichard Levitte1-1/+13
2015-12-02make updateDr. Stephen Henson1-2/+2
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson25-486/+78
2015-12-02Run test_ordinals after updateRich Salz2-1/+4
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte1-0/+1
2015-12-02Add backtrace to memory leak outputRichard Levitte2-27/+50
2015-12-02crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov1-0/+47
2015-12-02modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2-57/+26
2015-12-02modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov1-8/+29
2015-12-01typo fix on functionRich Salz1-1/+1
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz50-788/+537
2015-11-30Remove BN_initRich Salz7-32/+16
2015-11-30Remove GOST special case: handled automatically now.Dr. Stephen Henson1-15/+0
2015-11-30Use digest indices for signature algorithms.Dr. Stephen Henson3-35/+20
2015-11-30For TLS < 1.2 use default digest for client certificateDr. Stephen Henson1-3/+9
2015-11-30Use digest tables for defaults.Dr. Stephen Henson3-10/+11
2015-11-28Correct aes-128-cbc cipher nameViktor Dukhovni2-2/+2
2015-11-27fix function code discrepancyDr. Stephen Henson3-4/+4
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson6-231/+138
2015-11-27Updates to GOST2012Matt Caswell6-40/+46
2015-11-26Remove X509_VERIFY_PARAM_IDDr. Stephen Henson4-74/+49
2015-11-26Fix a NULL deref in an error pathMatt Caswell1-1/+1
2015-11-26Add documentation for BN_with_flagsMatt Caswell2-3/+35
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell7-129/+194
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson7-47/+0
2015-11-24Configuratons: add -DFILIO_H to harmonized Solaris targets.Andy Polyakov2-39/+27
2015-11-24Remove useless locking codeAlessandro Ghedini1-2/+0