summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-19fix typo in comment; ok becktj2-4/+4
2016-04-13Use the correct iv and counter when decrypting the ciphertext forjsing2-8/+8
2016-04-13After opening an AEAD, ensure that the decrypted output matches thejsing1-0/+5
2016-04-12two times a define to an inline function, from Michael McConville; ok djm@otto1-10/+19
2016-04-09tweak MALLOC_STATS printing (switched off by default), prodded byotto1-14/+14
2016-04-09redundant memset(3), from Michael McConville, ok armani@otto1-2/+1
2016-04-07hexidecimal->hexadecimal; from mmccjmc1-4/+4
2016-04-05Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2-8/+8
2016-04-05Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowguenther1-8/+8
2016-04-03Document ``use after free'' error messageotto1-2/+4
2016-03-30for some time now mandoc has not required MLINKS to functionjmc7-1233/+7
2016-03-27Merge a memleak fix from BoringSSL 6b6e0b2:mmcc2-2/+6
2016-03-26fix the last bunch of NAME sections that were overlooked earlierschwarze1-2/+9
2016-03-21Return zero from two functions on allocation failure instead of alwaysmmcc4-8/+8
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluouskrw9-13/+13
2016-03-17properly guard to macrosmmcc1-5/+5
2016-03-17explicit_bzero for asn1 objects on free. Too often these contain sensitive in...beck2-48/+54
2016-03-15'accomodate' -> 'accommodate' in comments.krw10-18/+18
2016-03-14small step towards multiple pools: move two globls into the struct dir_infootto1-112/+126
2016-03-13environ and __progname are not declared in a public header; declare themguenther4-10/+4
2016-03-13check return value for BN_hex2bn in regression testsbcook1-4/+10
2016-03-13Fix examples for EVP_PKEY_CTX_set_rsa_padding.bcook4-4/+4
2016-03-12Add error handling to the remaining calls to bn_wexpand().bcook4-32/+46
2016-03-12Remove sentences in RETURN VALUES sections saying that functions withmmcc28-79/+14
2016-03-12Bump for LibreSSL 2.4.0bcook2-6/+6
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc30-148/+92
2016-03-10http -> https for a few more IETF URLs in comments or man pagesmmcc6-14/+14
2016-03-10un-vax;jmc1-3/+3
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc2-8/+8
2016-03-06explict_bzero for some asn1 free's - ok miod@beck4-6/+18
2016-03-06Make sure stdio functions don't end up in the library, from miod@beck7-15/+39
2016-03-04graduate bn_expand() to a real function. the openssl version of thisderaadt4-8/+32
2016-03-04Revert bn_expand until there's consensus on a fix.doug2-28/+6
2016-03-02fix the rest of the read_ledword() calls used as lengths to be bounded.beck2-2/+10
2016-03-02Add bounds checking for BN_hex2bn/BN_dec2bn.doug4-20/+52
2016-03-02bound lengths coming out of a pem file to something like realitybeck2-6/+14
2016-03-01Remove support for ancient, broken DSA implementations.doug2-120/+40
2016-02-29remove NULL checks for pqueue_free()mmcc2-22/+12
2016-02-26Add a test for negated POSIX characer classes.millert1-0/+1
2016-02-25refactor option letter parsing into a subfunction, to increase clarityderaadt1-93/+102
2016-02-17Sync some root certificates with Mozilla's cert store. ok bcook@sthen1-84/+1016
2016-02-12word fix from previous; ok sthenjmc1-3/+3
2016-02-08sslv3 has been removed;jmc1-16/+21
2016-02-07compare pointer to NULL in example codemmcc1-3/+3
2016-02-05be more forceful about not using these.espie1-2/+9
2016-02-05Fix err(3) calls after allocation failures in examples.schwarze1-8/+8
2016-02-01Sort cert.pem alphabetically, first by organisation, then by CA namesthen1-1604/+1584
2016-01-31Revamp cert.pem certificate information formatting. Skip headers whichsthen1-2459/+184
2016-01-29Therefor -> Therefore (where appropriate)tb2-2/+2
2016-01-27deprecate SSL_OP_SINGLE_DH_USElibressl-v2.3.2beck4-74/+12