summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-28Update regress to match change in unnamed argument handling.jsing1-6/+5
2014-12-28Only accept a single unnamed argument - the existing behaviour is tojsing1-1/+12
2014-12-28Slightly simplify options parsing logic.jsing1-65/+58
2014-12-28Update options regress to match option function pointer change.jsing1-4/+4
2014-12-28Provide two different function pointers for option function callbacks. Thisjsing4-13/+14
2014-12-28Provide initial regress tests for the complex option parsing that is neededjsing3-1/+239
2014-12-27include netinet/in.h to define struct in6_addr.bcook1-1/+2
2014-12-24simplify crypt_checkpass. The API promise is that this function doesn'ttedu1-11/+5
2014-12-24Clean up CIPHERS and related sections:lteo1-154/+10
2014-12-19CA.sh and CA.pl are gonelteo1-6/+1
2014-12-19Sync message digest algorithms with the ones actually implemented inlteo1-9/+29
2014-12-17Add size_t to int checks for SSL functions.doug3-8/+39
2014-12-16typo; ok deraadtsthen2-3/+3
2014-12-16warn for correct symbolderaadt1-2/+2
2014-12-16Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofmiod4-4/+328
2014-12-15Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onmiod1-3/+7
2014-12-15Add error handling for EVP_DigestInit_ex().doug15-56/+98
2014-12-14unconditionally align SSL payloadsbcook6-78/+36
2014-12-14Convert all of the straight forward client handshake handling code to usejsing6-212/+134
2014-12-14Provide functions for starting, finishing and writing SSL handshakejsing6-8/+120
2014-12-14Remove trailing whitespace.jsing59-559/+559
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGjsing1-12/+0
2014-12-14Remove redundant NULL checks before free - BN_free(), BIO_free_all() andjsing1-17/+12
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGjsing4-41/+4
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing12-130/+12
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