summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove SHA0 check, as we did in v1.21 of sha.h.bcook2015-12-072-4/+4
* Fix for OpenSSL CVE-2015-3195beck2015-12-042-6/+16
* Fix for OpenSSL CVE-2015-3194beck2015-12-032-4/+4
* Phrase allocation failure more clearly. ok deraadt@mmcc2015-12-011-3/+3
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-302-6/+6
* Wrap <icdb.h> so that calls go direct and the symbols are all weakguenther2015-11-251-1/+12
* syslog() here is pointless; ok millertderaadt2015-11-251-2/+0
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-242-7/+10
* Correct file name, no text change (no history yet, but sorry for the churn).schwarze2015-11-242-26/+26
* Document that these functions are now in strings.h.daniel2015-11-247-19/+22
* Don't fake a bulleted list by prefixing items with 'o'.bentley2015-11-241-8/+8
* Partial revert of revision 1.26:schwarze2015-11-211-18/+18
* point to netintro(4) rather than (now removed) networking(4);jmc2015-11-212-6/+6
* add a version field to prevent mayhem if different data gets storedtedu2015-11-181-3/+7
* update for new symbols and codetedu2015-11-181-2/+2
* Add icdb, the internal c database. A simpler replacement for the oldtedu2015-11-181-0/+367
* add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcsthen2015-11-161-0/+722
* ui_new -> UI_new;jmc2015-11-151-2/+2
* fix references to lhash(3);jmc2015-11-152-14/+16
* mutli -> multimiod2015-11-142-2/+2
* Various *syncron* -> *synchron* typos.miod2015-11-142-2/+2
* Give clear directions on how to declare, PROTO_*() and DEF_*() new symbolsguenther2015-11-141-0/+97
* add mul and mul_add to NAME;jmc2015-11-121-0/+4
* update cross references after deleting the imaginary MLINKSschwarze2015-11-125-6/+6
* Convert the handful of manuals that had imaginary names,schwarze2015-11-1213-1154/+2210
* add missing functions to NAME, or otherwise correct the mlinkjmc2015-11-1130-56/+99
* Convert five more manuals from POD to mdoc.schwarze2015-11-1111-463/+638
* Convert and enable CMS manuals.schwarze2015-11-1133-1253/+2040
* update NAME section to include all documented functions,jmc2015-11-106-18/+18
* SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb;jmc2015-11-101-2/+2
* libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther2015-11-101-1/+13
* update some client/server info; from jan klemkowjmc2015-11-091-5/+5
* inet(4), not inet(3);jmc2015-11-081-3/+3
* Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;miod2015-11-062-4/+4
* Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2015-11-052-10/+10
* Mention ROTL() is always invoked with a proper shift value, due to the way themiod2015-11-052-2/+4
* bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.bcook2015-11-032-6/+6
* Fix typo in comment of previous commit: "that that".reyk2015-11-022-6/+6
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-025-5/+5
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-025-41/+256
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-302-2/+4
* Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther2015-10-251-1/+5
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-252-2/+9
* Sort the obsolete flags.doug2015-10-252-12/+12
* Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.doug2015-10-252-10/+8
* Remove last vestige of SSL_OP_NO_SSLv3 support.doug2015-10-252-8/+2
* Simplify ssl23_get_client_hello error handling.doug2015-10-252-52/+52
* The only thing that was translated into multiple languages in OpenBSDbluhm2015-10-251-23/+1
* Use sigaction() instead of signal() to avoid pulling in unnecessaryguenther2015-10-251-3/+5