summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* don't leak timing info about padding errors by generating a fake keytedu2014-12-291-5/+10
* Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofmiod2014-12-162-2/+164
* Add error handling for EVP_DigestInit_ex().doug2014-12-158-33/+58
* unconditionally align SSL payloadsbcook2014-12-143-39/+18
* Convert all of the straight forward client handshake handling code to usejsing2014-12-143-106/+67
* Provide functions for starting, finishing and writing SSL handshakejsing2014-12-143-4/+60
* Remove trailing whitespace.jsing2014-12-1430-283/+283
* unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing2014-12-146-65/+6
* unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currentlyjsing2014-12-141-23/+1
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-109-22/+61
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-109-77/+15
* Add support for ALPN.jsing2014-12-105-8/+297
* add stdint.h to ssl.h.bcook2014-12-101-1/+3
* Use platform-defined method of printing a pointer.bcook2014-12-081-2/+2
* Make GOST compile with a strict C compiler - in this case incrementing ajsing2014-12-073-10/+12
* Correctly output the result in STREEBOG512_Final() when running on a big-endianmiod2014-12-071-5/+28
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-072-5/+17
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-074-17/+1
* Remove get_optional_pkey_id() - it is a hack that existed due to GOSTjsing2014-12-071-46/+8
* fix manual names that clash with other manualsschwarze2014-12-062-2/+2
* Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.doug2014-12-062-17/+21
* Remove now bogus comment that got missed in the GOST commit.jsing2014-12-061-5/+2
* Fix some horrible style(9) violations...jsing2014-12-061-63/+63
* Remove client handling of RSA in ServerKeyExchange messages, along withjsing2014-12-064-99/+26
* Use appropriate internal types for EC curves and formats, rather thanjsing2014-12-063-111/+124
* Ensure that the client specified EC curve list length is a multiple of two.jsing2014-12-061-2/+3
* Fix two cases where it is possible to read one or two bytes past the end ofjsing2014-12-061-3/+15
* add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)schwarze2014-12-041-5/+5
* Move Windows OS-specific functions to make porting easier.bcook2014-12-032-24/+89
* We're not supporting 16-bit Windows, remove cast.bcook2014-12-031-3/+2
* handle the (impossible) situation of a size_t - 1 buffer fromderaadt2014-12-031-2/+2
* Spotted another opportunity to use reallocarray().deraadt2014-12-031-2/+2
* Add brainpool curves to eccurves_default[], accidentally missing from 1.32;miod2014-12-021-2/+5
* add some openbsd tags, and a first pass at cleanup;jmc2014-12-0283-105/+354
* Remove non-portable use of .Pf that doesn't work with groff;schwarze2014-11-301-8/+4
* Ensure that sess_cert is not NULL at the start ofjsing2014-11-271-25/+9
* Avoid a double-free in an error path.jsing2014-11-271-2/+1
* Avoid a NULL dereference in the DTLS client that can be triggered by ajsing2014-11-271-1/+9
* remove superflous gettimeofday wrapper.bcook2014-11-261-9/+2
* memset like a normal human.bcook2014-11-261-10/+10
* normalize set/getsockopt usage.bcook2014-11-263-45/+27
* Linux has had IP_MTU since 2005, don't force it.bcook2014-11-261-8/+4
* Fix incorrect escape.bentley2014-11-221-2/+2
* MPE support, begone. ok teduderaadt2014-11-211-2/+2
* Nuke yet more obvious #include duplications.krw2014-11-191-3/+1
* include camellia.h using the public include pathbcook2014-11-191-2/+2
* Fix a memory leak with pkey in client key exchangedoug2014-11-191-1/+2
* Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikovmiod2014-11-181-2/+2
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-1812-72/+296
* Enable the build of GOST routines in libcrypto. Riding upon the Cammeliamiod2014-11-181-1/+0