| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | don't go into an unbreakable infinite loop during operations such | tedu | 2016-04-28 | 2 | -2/+4 |
* | Update regress test to reflect changes in the cipher list. | jsing | 2016-04-28 | 1 | -61/+62 |
* | Implement the IETF ChaCha20-Poly1305 cipher suites. | jsing | 2016-04-28 | 10 | -92/+336 |
* | Update AEAD regress to match EVP_aead_chacha20_poly1305() changes. | jsing | 2016-04-28 | 2 | -83/+83 |
* | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() | jsing | 2016-04-28 | 6 | -30/+30 |
* | add "dns" to openssl ocsp | semarie | 2016-04-26 | 1 | -2/+2 |
* | Allow setenv(3) and putenv(3) to operate on a NULL environ pointer. | millert | 2016-04-25 | 1 | -11/+15 |
* | no more outlen; from remco | jmc | 2016-04-24 | 1 | -5/+3 |
* | typos; | jmc | 2016-04-24 | 1 | -3/+3 |
* | fix typo in comment; ok beck | tj | 2016-04-19 | 2 | -4/+4 |
* | Use the correct iv and counter when decrypting the ciphertext for | jsing | 2016-04-13 | 2 | -8/+8 |
* | After opening an AEAD, ensure that the decrypted output matches the | jsing | 2016-04-13 | 1 | -0/+5 |
* | two times a define to an inline function, from Michael McConville; ok djm@ | otto | 2016-04-12 | 1 | -10/+19 |
* | tweak MALLOC_STATS printing (switched off by default), prodded by | otto | 2016-04-09 | 1 | -14/+14 |
* | redundant memset(3), from Michael McConville, ok armani@ | otto | 2016-04-09 | 1 | -2/+1 |
* | hexidecimal->hexadecimal; from mmcc | jmc | 2016-04-07 | 1 | -4/+4 |
* | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific | guenther | 2016-04-05 | 2 | -8/+8 |
* | Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() now | guenther | 2016-04-05 | 1 | -8/+8 |
* | Document ``use after free'' error message | otto | 2016-04-03 | 1 | -2/+4 |
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 7 | -1233/+7 |
* | Merge a memleak fix from BoringSSL 6b6e0b2: | mmcc | 2016-03-27 | 2 | -2/+6 |
* | fix the last bunch of NAME sections that were overlooked earlier | schwarze | 2016-03-26 | 1 | -2/+9 |
* | Return zero from two functions on allocation failure instead of always | mmcc | 2016-03-21 | 4 | -8/+8 |
* | " the the " -> " the ", or in a couple of cases replace the superfluous | krw | 2016-03-20 | 9 | -13/+13 |
* | properly guard to macros | mmcc | 2016-03-17 | 1 | -5/+5 |
* | explicit_bzero for asn1 objects on free. Too often these contain sensitive in... | beck | 2016-03-17 | 2 | -48/+54 |
* | 'accomodate' -> 'accommodate' in comments. | krw | 2016-03-15 | 10 | -18/+18 |
* | small step towards multiple pools: move two globls into the struct dir_info | otto | 2016-03-14 | 1 | -112/+126 |
* | environ and __progname are not declared in a public header; declare them | guenther | 2016-03-13 | 4 | -10/+4 |
* | check return value for BN_hex2bn in regression tests | bcook | 2016-03-13 | 1 | -4/+10 |
* | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | bcook | 2016-03-13 | 4 | -4/+4 |
* | Add error handling to the remaining calls to bn_wexpand(). | bcook | 2016-03-12 | 4 | -32/+46 |
* | Remove sentences in RETURN VALUES sections saying that functions with | mmcc | 2016-03-12 | 28 | -79/+14 |
* | Bump for LibreSSL 2.4.0 | bcook | 2016-03-12 | 2 | -6/+6 |
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc | 2016-03-11 | 30 | -148/+92 |
* | http -> https for a few more IETF URLs in comments or man pages | mmcc | 2016-03-10 | 6 | -14/+14 |
* | un-vax; | jmc | 2016-03-10 | 1 | -3/+3 |
* | http -> https for IETF/IANA URLs in comments | mmcc | 2016-03-07 | 2 | -8/+8 |
* | explict_bzero for some asn1 free's - ok miod@ | beck | 2016-03-06 | 4 | -6/+18 |
* | Make sure stdio functions don't end up in the library, from miod@ | beck | 2016-03-06 | 7 | -15/+39 |
* | graduate bn_expand() to a real function. the openssl version of this | deraadt | 2016-03-04 | 4 | -8/+32 |
* | Revert bn_expand until there's consensus on a fix. | doug | 2016-03-04 | 2 | -28/+6 |
* | fix the rest of the read_ledword() calls used as lengths to be bounded. | beck | 2016-03-02 | 2 | -2/+10 |
* | Add bounds checking for BN_hex2bn/BN_dec2bn. | doug | 2016-03-02 | 4 | -20/+52 |
* | bound lengths coming out of a pem file to something like reality | beck | 2016-03-02 | 2 | -6/+14 |
* | Remove support for ancient, broken DSA implementations. | doug | 2016-03-01 | 2 | -120/+40 |
* | remove NULL checks for pqueue_free() | mmcc | 2016-02-29 | 2 | -22/+12 |
* | Add a test for negated POSIX characer classes. | millert | 2016-02-26 | 1 | -0/+1 |
* | refactor option letter parsing into a subfunction, to increase clarity | deraadt | 2016-02-25 | 1 | -93/+102 |
* | Sync some root certificates with Mozilla's cert store. ok bcook@ | sthen | 2016-02-17 | 1 | -84/+1016 |