summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove now bogus comment that got missed in the GOST commit.jsing2014-12-062-10/+4
* Fix some horrible style(9) violations...jsing2014-12-062-126/+126
* Remove client handling of RSA in ServerKeyExchange messages, along withjsing2014-12-068-198/+52
* Use appropriate internal types for EC curves and formats, rather thanjsing2014-12-066-222/+248
* Ensure that the client specified EC curve list length is a multiple of two.jsing2014-12-062-4/+6
* Fix two cases where it is possible to read one or two bytes past the end ofjsing2014-12-062-6/+30
* add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)schwarze2014-12-042-10/+10
* 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-022-4/+10
* add some openbsd tags, and a first pass at cleanup;jmc2014-12-02166-210/+708
* Remove non-portable use of .Pf that doesn't work with groff;schwarze2014-11-302-16/+8
* Ensure that sess_cert is not NULL at the start ofjsing2014-11-272-50/+18
* Avoid a double-free in an error path.jsing2014-11-272-4/+2
* Avoid a NULL dereference in the DTLS client that can be triggered by ajsing2014-11-272-2/+18
* 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-222-4/+4
* 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-192-2/+4
* 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-1826-146/+594
* Enable the build of GOST routines in libcrypto. Riding upon the Cammeliamiod2014-11-181-1/+0
* More missing error checks I forgot to commit last week, part of the largemiod2014-11-181-12/+23
* Return success in param_copy_gost01() if there is no private key to copy;miod2014-11-181-2/+2
* further BUF_strdup conversion: these places should be safe to rely ontedu2014-11-183-6/+6
* Add the Cammelia cipher to libcrypto.miod2014-11-172-4/+3
* Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and wemiod2014-11-172-30/+30
* Sort and group includes.jsing2014-11-1671-183/+317
* Add many missing error checks (probably not exhaustive, but a good start):miod2014-11-136-287/+488
* Sacrifice this code to the KNF deities.miod2014-11-139-402/+401
* Fix GOST TC26-B curve description.miod2014-11-121-2/+2
* f{read,write} take a number of items and an item size as arguments, andmiod2014-11-112-14/+7
* Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butguenther2014-11-111-5/+11
* KNF (when not conflicting with other cleanup changes in progress)miod2014-11-0914-373/+507
* Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failuremiod2014-11-092-19/+4
* Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending amiod2014-11-093-30/+32
* Replace RAND_bytes() usage with arc4random_buf().miod2014-11-093-10/+3
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-0937-15/+6550
* Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.miod2014-11-091-1/+25
* Allow digest routines to provide their own HASH_FINAL routine; will bemiod2014-11-091-3/+5
* Clean up more SSLv2 remnants.jsing2014-11-086-58/+30
* only call SRTP (whatever that is) functions when the connection type istedu2014-11-032-10/+10
* minor cleanup of zlib code. DSO is gone. ok jsing.tedu2014-11-035-217/+7