summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak MALLOC_STATS printing (switched off by default), prodded byotto2016-04-091-14/+14
* redundant memset(3), from Michael McConville, ok armani@otto2016-04-091-2/+1
* hexidecimal->hexadecimal; from mmccjmc2016-04-071-4/+4
* Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2016-04-052-8/+8
* Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowguenther2016-04-051-8/+8
* Document ``use after free'' error messageotto2016-04-031-2/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-307-1233/+7
* Merge a memleak fix from BoringSSL 6b6e0b2:mmcc2016-03-272-2/+6
* fix the last bunch of NAME sections that were overlooked earlierschwarze2016-03-261-2/+9
* Return zero from two functions on allocation failure instead of alwaysmmcc2016-03-214-8/+8
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-209-13/+13
* properly guard to macrosmmcc2016-03-171-5/+5
* explicit_bzero for asn1 objects on free. Too often these contain sensitive in...beck2016-03-172-48/+54
* 'accomodate' -> 'accommodate' in comments.krw2016-03-1510-18/+18
* small step towards multiple pools: move two globls into the struct dir_infootto2016-03-141-112/+126
* environ and __progname are not declared in a public header; declare themguenther2016-03-134-10/+4
* check return value for BN_hex2bn in regression testsbcook2016-03-131-4/+10
* Fix examples for EVP_PKEY_CTX_set_rsa_padding.bcook2016-03-134-4/+4
* Add error handling to the remaining calls to bn_wexpand().bcook2016-03-124-32/+46
* Remove sentences in RETURN VALUES sections saying that functions withmmcc2016-03-1228-79/+14
* Bump for LibreSSL 2.4.0bcook2016-03-122-6/+6
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-1130-148/+92
* http -> https for a few more IETF URLs in comments or man pagesmmcc2016-03-106-14/+14
* un-vax;jmc2016-03-101-3/+3
* http -> https for IETF/IANA URLs in commentsmmcc2016-03-072-8/+8
* explict_bzero for some asn1 free's - ok miod@beck2016-03-064-6/+18
* Make sure stdio functions don't end up in the library, from miod@beck2016-03-067-15/+39
* graduate bn_expand() to a real function. the openssl version of thisderaadt2016-03-044-8/+32
* Revert bn_expand until there's consensus on a fix.doug2016-03-042-28/+6
* fix the rest of the read_ledword() calls used as lengths to be bounded.beck2016-03-022-2/+10
* Add bounds checking for BN_hex2bn/BN_dec2bn.doug2016-03-024-20/+52
* bound lengths coming out of a pem file to something like realitybeck2016-03-022-6/+14
* Remove support for ancient, broken DSA implementations.doug2016-03-012-120/+40
* remove NULL checks for pqueue_free()mmcc2016-02-292-22/+12
* Add a test for negated POSIX characer classes.millert2016-02-261-0/+1
* refactor option letter parsing into a subfunction, to increase clarityderaadt2016-02-251-93/+102
* Sync some root certificates with Mozilla's cert store. ok bcook@sthen2016-02-171-84/+1016
* word fix from previous; ok sthenjmc2016-02-121-3/+3
* sslv3 has been removed;jmc2016-02-081-16/+21
* compare pointer to NULL in example codemmcc2016-02-071-3/+3
* be more forceful about not using these.espie2016-02-051-2/+9
* Fix err(3) calls after allocation failures in examples.schwarze2016-02-051-8/+8
* Sort cert.pem alphabetically, first by organisation, then by CA namesthen2016-02-011-1604/+1584
* Revamp cert.pem certificate information formatting. Skip headers whichsthen2016-01-311-2459/+184
* Therefor -> Therefore (where appropriate)tb2016-01-292-2/+2
* deprecate SSL_OP_SINGLE_DH_USElibressl-v2.3.2beck2016-01-274-74/+12
* Don't crash dumping malloc stats if malloc_init hasn't been called, noted byotto2016-01-261-1/+3
* Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows.bcook2016-01-181-1/+4
* Long ago, malloc internally had two kinds of failures, warnings and errors.tedu2016-01-062-14/+7
* Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb2016-01-042-6/+4