summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-14unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currentlyjsing2-46/+2
2014-12-12catch up with swab.c rev. 1.9:schwarze1-5/+23
2014-12-12Increase cipher suite test coverage by including all cipher suites thatjsing1-5/+5
2014-12-11update swab() to match the current posix definition. "rationale: none."tedu1-50/+24
2014-12-10ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing17-42/+115
2014-12-10Remove support for GOST R 34.10-94 signature authentication, along withjsing18-154/+30
2014-12-10Add ALPN support to openssl(1).jsing2-11/+95
2014-12-10Add regress for ALPN.jsing2-1/+180
2014-12-10libssl major++jsing2-2/+2
2014-12-10Add support for ALPN.jsing10-16/+594
2014-12-10add stdint.h to ssl.h.bcook2-2/+6
2014-12-10fix previous.daniel1-2/+4
2014-12-09Xr and Ox fixes;jmc3-12/+18
2014-12-09random seed buffer must be unsignedderaadt1-2/+2
2014-12-09no more string(3);jmc1-3/+2
2014-12-09fix NAME;jmc1-3/+3
2014-12-09improve warnings from rand_r(), rand(), and random()libressl-v2.1.2deraadt2-3/+8
2014-12-09In ingo's new world order, we do not want multiple manual pages describingderaadt3-247/+3
2014-12-09t_exhaust is too exhaustingderaadt1-3/+3
2014-12-09more standardsier: cast to int to make sure we keep the negative numbers.tedu1-2/+2
2014-12-08Oops, got the sense of the test backwards. Hilarious that we didn't spot it.deraadt1-1/+1
2014-12-08Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt13-159/+267
2014-12-08delete documentation for deleted DES interfacestedu2-87/+3
2014-12-08remove cfree from documentationtedu1-19/+3
2014-12-08delete obsolete sunos cfree function. ok deraadt millert naddytedu2-42/+3
2014-12-08remove setkey and encrypt interfaces. they are useless and dangerous.tedu3-116/+9
2014-12-08Use platform-defined method of printing a pointer.bcook2-4/+4
2014-12-08avoid left shift overflow in reallocarray.bcook1-2/+2
2014-12-07remove duplicate initialization of .sid_ctx in testbcook1-3/+1
2014-12-07Allow specific libtls hostname validation errors to propagate.bcook4-24/+34
2014-12-07Make GOST compile with a strict C compiler - in this case incrementing ajsing6-20/+24
2014-12-07Correctly output the result in STREEBOG512_Final() when running on a big-endianmiod2-10/+56
2014-12-07Fix a memory leak in tls_check_subject_altname() by callingjsing1-2/+2
2014-12-07Make sure to load absolute symbol address with `dla' instead of `la' whenmiod4-10/+34
2014-12-07revert previous change for now, adjusting based on comments from jsing@bcook4-36/+27
2014-12-07Revert to the use of C code for the basic BN routines (bn_add_words,miod2-4/+14
2014-12-07Remove OPENSSL_FIPSCANISTER mentions.miod8-34/+2
2014-12-07Remove unused variable.jsing1-5/+1
2014-12-07Allow specific libtls hostname validation errors to propagate.bcook4-27/+36
2014-12-07Handle GF(2^m) EC curves for C code generation.jsing1-5/+7
2014-12-07Remove get_optional_pkey_id() - it is a hack that existed due to GOSTjsing2-92/+16
2014-12-06fix manual names that clash with other manualsschwarze4-4/+4
2014-12-06delete four MLINKS that are both duplicate and wrongschwarze1-5/+1
2014-12-06Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.doug4-34/+42
2014-12-06malloc(3) is in the "comp" install set, malloc.conf(5) in "man",schwarze2-128/+10
2014-12-06Remove now bogus comment that got missed in the GOST commit.jsing2-10/+4
2014-12-06Fix some horrible style(9) violations...jsing2-126/+126
2014-12-06Remove client handling of RSA in ServerKeyExchange messages, along withjsing8-198/+52
2014-12-06Use appropriate internal types for EC curves and formats, rather thanjsing6-222/+248
2014-12-06Ensure that the client specified EC curve list length is a multiple of two.jsing2-4/+6