summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-05-26Configure: replace -mv8 with -mcpu=v8 in SPARC config lines.Andy Polyakov
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-05-24bn/asm/x86_64-mont5.pl: fix valgrind error.Andy Polyakov
2015-05-24bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov
2015-05-24bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov
2015-05-23Fix update and depend in engines/Richard Levitte
2015-05-23Missed a couple of spots in the update changeRichard Levitte
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-23Fix typo setting up certificate masksMatt Caswell
2015-05-23Remove export static DH ciphersuitesMatt Caswell
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-22Lost alert in DTLSLubom
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper
2015-05-20client: reject handshakes with DH parameters < 768 bits.Emilia Kasper
2015-05-20Update documentation with Diffie-Hellman best practices.Emilia Kasper
2015-05-20dhparam: fix documentationEmilia Kasper
2015-05-20s_server: Use 2048-bit DH parameters by default.Emilia Kasper
2015-05-20GitHub284: Fix typo in xx-32.pl scripts.StudioEtrange
2015-05-19Don't add write errors into bytecountsRobert Swiecki
2015-05-15mk1mf.pl: replace chop for windows.Andy Polyakov
2015-05-13RT1207: document SSL_COMP_free_compression_methods.Rich Salz
2015-05-13Add NULL checks from masterRich Salz
2015-05-13aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck
2015-05-13Don't allow a CCS when expecting a CertificateVerifyMatt Caswell
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen
2015-05-11Check sk_SSL_CIPHER_new_null return valueMatt Caswell
2015-05-07Fix typo in valid_starViktor Dukhovni
2015-05-05Add more error state transitions (DTLS)Matt Caswell
2015-05-05Add more error state transitions (client)Matt Caswell
2015-05-05Add more error state transitionsMatt Caswell
2015-05-05Add Error stateMatt Caswell
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte
2015-05-04Fix cut/paste errorRich Salz
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam
2015-05-02RT3776: Wrong size for mallocRich Salz
2015-05-02Fix uninitialized variable.Hanno Böck
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-30Add sanity check to ssl_get_prev_sessionMatt Caswell
2015-04-30Sanity check the return from final_finish_macMatt Caswell
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell