summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-04Clean premaster_secret for GOSTMatt Caswell
2015-06-04Clean Kerberos pre-master secretMatt Caswell
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-04Fix DTLS session resumptionMatt Caswell
2015-06-03make updateDr. Stephen Henson
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-06-02Fix compilation failure for some tool chainsMatt Caswell
2015-06-02RT3230: Better test for C identifierAnnie Yousar
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte
2015-06-02GH249: Fix bad regexp in arg parsing.Olaf Johansson
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-06-01Check the message type requested is the type received in DTLSMatt Caswell
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-28PEM doc fixesDr. Stephen Henson
2015-05-26Fix ssltest to use 1024-bit DHE parametersEmilia Kasper
2015-05-26Don't check for a negative SRP extension sizeMatt Caswell
2015-05-26Fix error check in GOST engineMatt Caswell
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-05-26Housekeeping 'make TABLE' update.Andy Polyakov
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
an>LIBUV_DIR}" echo "Compiling and installing" sh autogen.sh ./configure make && make check && make install echo "Done, enjoy libuv!"