summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.jsing2014-12-1459-559/+559
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-12/+0
* Remove redundant NULL checks before free - BN_free(), BIO_free_all() andjsing2014-12-141-17/+12
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-144-41/+4
* unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing2014-12-1412-130/+12
* unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currentlyjsing2014-12-142-46/+2
* catch up with swab.c rev. 1.9:schwarze2014-12-121-5/+23
* Increase cipher suite test coverage by including all cipher suites thatjsing2014-12-121-5/+5
* update swab() to match the current posix definition. "rationale: none."tedu2014-12-111-50/+24
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-1017-42/+115
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-1018-154/+30
* Add ALPN support to openssl(1).jsing2014-12-102-11/+95
* Add regress for ALPN.jsing2014-12-102-1/+180
* libssl major++jsing2014-12-102-2/+2
* Add support for ALPN.jsing2014-12-1010-16/+594
* add stdint.h to ssl.h.bcook2014-12-102-2/+6
* fix previous.daniel2014-12-101-2/+4
* Xr and Ox fixes;jmc2014-12-093-12/+18
* random seed buffer must be unsignedderaadt2014-12-091-2/+2
* no more string(3);jmc2014-12-091-3/+2
* fix NAME;jmc2014-12-091-3/+3
* improve warnings from rand_r(), rand(), and random()libressl-v2.1.2deraadt2014-12-092-3/+8
* In ingo's new world order, we do not want multiple manual pages describingderaadt2014-12-093-247/+3
* t_exhaust is too exhaustingderaadt2014-12-091-3/+3
* more standardsier: cast to int to make sure we keep the negative numbers.tedu2014-12-091-2/+2
* Oops, got the sense of the test backwards. Hilarious that we didn't spot it.deraadt2014-12-081-1/+1
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-0813-159/+267
* delete documentation for deleted DES interfacestedu2014-12-082-87/+3
* remove cfree from documentationtedu2014-12-081-19/+3
* delete obsolete sunos cfree function. ok deraadt millert naddytedu2014-12-082-42/+3
* remove setkey and encrypt interfaces. they are useless and dangerous.tedu2014-12-083-116/+9
* Use platform-defined method of printing a pointer.bcook2014-12-082-4/+4
* avoid left shift overflow in reallocarray.bcook2014-12-081-2/+2
* remove duplicate initialization of .sid_ctx in testbcook2014-12-071-3/+1
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-074-24/+34
* Make GOST compile with a strict C compiler - in this case incrementing ajsing2014-12-076-20/+24
* Correctly output the result in STREEBOG512_Final() when running on a big-endianmiod2014-12-072-10/+56
* Fix a memory leak in tls_check_subject_altname() by callingjsing2014-12-071-2/+2
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-074-10/+34
* revert previous change for now, adjusting based on comments from jsing@bcook2014-12-074-36/+27
* Revert to the use of C code for the basic BN routines (bn_add_words,miod2014-12-072-4/+14
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-078-34/+2
* Remove unused variable.jsing2014-12-071-5/+1
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-074-27/+36
* Handle GF(2^m) EC curves for C code generation.jsing2014-12-071-5/+7
* Remove get_optional_pkey_id() - it is a hack that existed due to GOSTjsing2014-12-072-92/+16
* fix manual names that clash with other manualsschwarze2014-12-064-4/+4
* delete four MLINKS that are both duplicate and wrongschwarze2014-12-061-5/+1
* Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.doug2014-12-064-34/+42
* malloc(3) is in the "comp" install set, malloc.conf(5) in "man",schwarze2014-12-062-128/+10