summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-073-21/+27
* 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
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-074-27/+36
* 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
* 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-035-53/+183
* We're not supporting 16-bit Windows, remove cast.bcook2014-12-032-6/+4
* handle the (impossible) situation of a size_t - 1 buffer fromderaadt2014-12-032-4/+4
* Spotted another opportunity to use reallocarray().deraadt2014-12-032-4/+4
* 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
* macro cleanup; kaspars at bankovskis dot netschwarze2014-12-022-49/+55
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-3011-33/+33
* obvious STANDARDS updateschwarze2014-11-302-14/+10
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-308-155/+309
* 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-262-18/+4
* memset like a normal human.bcook2014-11-262-20/+20
* normalize set/getsockopt usage.bcook2014-11-266-90/+54
* Linux has had IP_MTU since 2005, don't force it.bcook2014-11-262-16/+8
* rand() is a pseudo-random number generatormillert2014-11-251-3/+3
* Don't describe random() as "better".millert2014-11-251-5/+5
* Warn people to use arc4random() in DESCRIPTION so they see it usingmillert2014-11-251-5/+8
* rand48(3) not drand48(3) to align with the actual man page and Xrmillert2014-11-251-3/+3