summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
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-20Add documentation for the -no_alt_chains option for various apps, as well as ...Matt Caswell
2015-05-20Add -no_alt_chains option to apps to implement the new X509_V_FLAG_NO_ALT_CHA...Matt Caswell
2015-05-20Add flag to inhibit checking for alternate certificate chains. Setting this b...Matt Caswell
2015-05-20In certain situations the server provided certificate chain may no longer be ...Matt Caswell
2015-05-20Correctly check for export size limitKurt Roeckx
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-20dhparam: set the default to 2048 bitsEmilia 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-13Add NULL checks from masterRich Salz
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-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-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam
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
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell
2015-04-29Add length sanity check in SSLv2 n_do_ssl_write()Matt Caswell
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper
2015-04-21Initialize variableEmilia Kasper
2015-04-21make updateEmilia Kasper
2015-04-21Initialised 'ok' and redo the logic.Richard Levitte
2015-04-20Fix return checks in GOST engineMatt Caswell
2015-04-20Fix misc NULL derefs in sureware engineMatt Caswell
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-17Error out immediately on empty ciphers list.Emilia Kasper
2015-04-16Code style: space after 'if'Viktor Dukhovni