| Commit message (Expand) | Author | Age | Files | Lines |
* | tests for the two segfaults in backref() that were just fixed | schwarze | 2016-05-26 | 1 | -1/+4 |
* | Fix an oversight that caused the test program to segfault: | schwarze | 2016-05-26 | 1 | -2/+2 |
* | systematically test all combinations of REG_STARTEND, REG_NEWLINE, | schwarze | 2016-05-26 | 1 | -9/+85 |
* | support for testing REG_STARTEND together with REG_NOTBOL | schwarze | 2016-05-26 | 1 | -1/+4 |
* | use -nameopt esc_msb so "NetLock Kft" cert has the non-ascii | jsg | 2016-05-25 | 1 | -2/+2 |
* | Remove iruserok(_sa)? and __ivaliduser(sa)? | guenther | 2016-05-23 | 2 | -90/+20 |
* | Eliminate __check_rhosts_file and __rcmd_errstr: they were only used by | guenther | 2016-05-23 | 1 | -5/+1 |
* | Stop exposing <sys/localedef.h> and various symbols internal to the libc | guenther | 2016-05-23 | 1 | -0/+106 |
* | Fix a short-read bug in the previous version of asn1_d2i_read_bio | bcook | 2016-05-20 | 2 | -52/+56 |
* | remove hppa64 port, which we never got going beyond broken single users. | deraadt | 2016-05-11 | 2 | -314/+0 |
* | Add RETURN VALUES section and .Xr to memmem(3). | schwarze | 2016-05-11 | 1 | -3/+4 |
* | Oops: the caching of TCB address in single-threaded processes on archs with | guenther | 2016-05-10 | 1 | -2/+2 |
* | Fix mangled function signatures. | jsing | 2016-05-09 | 1 | -5/+5 |
* | Use a Thread Information Block in both single and multi-threaded programs. | guenther | 2016-05-07 | 3 | -135/+252 |
* | fix for integer overflow in encode and encrypt update functions. | tedu | 2016-05-04 | 4 | -12/+22 |
* | fix a padding oracle in aesni cbc mac check. there must be enough data | tedu | 2016-05-04 | 2 | -2/+8 |
* | internal only negative types should not be handled here. | tedu | 2016-05-04 | 6 | -18/+6 |
* | be careful about consuming excessive memory by reading in chunks. | tedu | 2016-05-04 | 2 | -28/+74 |
* | revert the big change from yesterday to prepare for smaller commits. | tedu | 2016-05-04 | 14 | -110/+60 |
* | prefer limits.h over sys/limits.h | bcook | 2016-05-03 | 2 | -4/+4 |
* | patch from openssl for multiple issues: | tedu | 2016-05-03 | 16 | -60/+530 |
* | Remove a vax remnant (that was really a no-op anyway). | millert | 2016-05-02 | 1 | -3/+1 |
* | Remove old NeXT-specific cruft. From mmcc@ | millert | 2016-05-01 | 1 | -13/+1 |
* | spelling fix; | jmc | 2016-04-28 | 1 | -2/+2 |
* | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | jsing | 2016-04-28 | 5 | -5/+5 |
* | Factor our the keypair handling in libtls. This results in more readable | jsing | 2016-04-28 | 7 | -52/+164 |
* | Rework the error handling in libtls so that we can associate errors with | jsing | 2016-04-28 | 5 | -28/+90 |
* | 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 |