| Commit message (Expand) | Author | Age | Files | Lines |
* | add a version field to prevent mayhem if different data gets stored | tedu | 2015-11-18 | 1 | -3/+7 |
* | update for new symbols and code | tedu | 2015-11-18 | 1 | -2/+2 |
* | Add icdb, the internal c database. A simpler replacement for the old | tedu | 2015-11-18 | 1 | -0/+367 |
* | add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etc | sthen | 2015-11-16 | 1 | -0/+722 |
* | ui_new -> UI_new; | jmc | 2015-11-15 | 1 | -2/+2 |
* | fix references to lhash(3); | jmc | 2015-11-15 | 2 | -14/+16 |
* | mutli -> multi | miod | 2015-11-14 | 2 | -2/+2 |
* | Various *syncron* -> *synchron* typos. | miod | 2015-11-14 | 2 | -2/+2 |
* | Give clear directions on how to declare, PROTO_*() and DEF_*() new symbols | guenther | 2015-11-14 | 1 | -0/+97 |
* | add mul and mul_add to NAME; | jmc | 2015-11-12 | 1 | -0/+4 |
* | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 5 | -6/+6 |
* | Convert the handful of manuals that had imaginary names, | schwarze | 2015-11-12 | 13 | -1154/+2210 |
* | add missing functions to NAME, or otherwise correct the mlink | jmc | 2015-11-11 | 30 | -56/+99 |
* | Convert five more manuals from POD to mdoc. | schwarze | 2015-11-11 | 11 | -463/+638 |
* | Convert and enable CMS manuals. | schwarze | 2015-11-11 | 33 | -1253/+2040 |
* | update NAME section to include all documented functions, | jmc | 2015-11-10 | 6 | -18/+18 |
* | SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb; | jmc | 2015-11-10 | 1 | -2/+2 |
* | libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() | guenther | 2015-11-10 | 1 | -1/+13 |
* | update some client/server info; from jan klemkow | jmc | 2015-11-09 | 1 | -5/+5 |
* | inet(4), not inet(3); | jmc | 2015-11-08 | 1 | -3/+3 |
* | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | miod | 2015-11-06 | 2 | -4/+4 |
* | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | miod | 2015-11-05 | 2 | -10/+10 |
* | Mention ROTL() is always invoked with a proper shift value, due to the way the | miod | 2015-11-05 | 2 | -2/+4 |
* | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. | bcook | 2015-11-03 | 2 | -6/+6 |
* | Fix typo in comment of previous commit: "that that". | reyk | 2015-11-02 | 2 | -6/+6 |
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 5 | -5/+5 |
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 5 | -41/+256 |
* | delete old lint ARGSUSED comments | guenther | 2015-11-01 | 1 | -2/+1 |
* | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 2 | -2/+4 |
* | Move the _atfork_list definition to atexit.c so that the fork syscall stub | guenther | 2015-10-25 | 1 | -1/+5 |
* | Hide __atexit and __atexit_register_cleanup() | guenther | 2015-10-25 | 2 | -2/+9 |
* | Sort the obsolete flags. | doug | 2015-10-25 | 2 | -12/+12 |
* | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | doug | 2015-10-25 | 2 | -10/+8 |
* | Remove last vestige of SSL_OP_NO_SSLv3 support. | doug | 2015-10-25 | 2 | -8/+2 |
* | Simplify ssl23_get_client_hello error handling. | doug | 2015-10-25 | 2 | -52/+52 |
* | The only thing that was translated into multiple languages in OpenBSD | bluhm | 2015-10-25 | 1 | -23/+1 |
* | Use sigaction() instead of signal() to avoid pulling in unnecessary | guenther | 2015-10-25 | 1 | -3/+5 |
* | Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the | claudio | 2015-10-23 | 3 | -88/+73 |
* | Use waitpid() instead of wait() to avoid returning early from another child | guenther | 2015-10-23 | 1 | -2/+3 |
* | Loop the waitpid() on EINTR, and save and restore the disposition of | guenther | 2015-10-23 | 1 | -9/+12 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | guenther | 2015-10-23 | 2 | -9/+9 |
* | Cast ctype function arguments to unsigned char. | mmcc | 2015-10-22 | 1 | -2/+2 |
* | Another change that is needed to restore the previous behaviour of | jsing | 2015-10-22 | 2 | -10/+6 |
* | Restore previous behaviour and allow | jsing | 2015-10-22 | 2 | -4/+14 |
* | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | miod | 2015-10-21 | 6 | -8/+44 |
* | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code | jsing | 2015-10-21 | 2 | -126/+2 |
* | Lob a style(9) grenade in here. | jsing | 2015-10-20 | 6 | -344/+370 |
* | free rbio before wbio | beck | 2015-10-19 | 2 | -14/+14 |
* | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | beck | 2015-10-19 | 15 | -1220/+698 |
* | Remove pointless externs - the structs are declared in the same files a | jsing | 2015-10-16 | 6 | -16/+6 |