| Commit message (Expand) | Author | Files | Lines |
2016-10-05 | Fix some broken .Xr links, loosely based on a diff | schwarze | 1 | -13/+12 |
2016-10-03 | use the same type for buf as the return type in tls_load_file | bcook | 1 | -2/+3 |
2016-10-02 | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() | guenther | 1 | -5/+11 |
2016-10-02 | Detect zero-length encrypted session data early, instead of when malloc(0) | guenther | 1 | -2/+2 |
2016-10-02 | In X509_cmp_time(), pass asn1_time_parse() the tag of the field being | guenther | 1 | -2/+3 |
2016-09-23 | Append to CLEANFILES instead of replacing it, so libcrypto.pc is | natano | 1 | -2/+2 |
2016-09-22 | trim STANDARDS; ok jsinglibressl-v2.5.0 | jmc | 1 | -13/+1 |
2016-09-22 | some minor cleanup; | jmc | 1 | -47/+17 |
2016-09-22 | shorten x509; | jmc | 1 | -755/+414 |
2016-09-22 | Improve on code from the previous commit. | jsing | 1 | -7/+5 |
2016-09-22 | Avoid unbounded memory growth, which can be triggered by a client | jsing | 1 | -9/+20 |
2016-09-22 | Check for packet with truncated DTLS cookie. | guenther | 1 | -12/+17 |
2016-09-22 | Improve ticket validity checking when tlsext_ticket_key_cb() callback | guenther | 1 | -4/+25 |
2016-09-22 | revert documentation update for the clearning behavior we already reverted | bcook | 1 | -5/+1 |
2016-09-21 | Delete casts to off_t and size_t that are implied by assignments | guenther | 6 | -20/+19 |
2016-09-20 | shorten version; | jmc | 1 | -17/+4 |
2016-09-20 | shorten the verify error list; | jmc | 1 | -42/+41 |
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | bcook | 1 | -3/+12 |
2016-09-19 | put the spkac section in the right place; | jmc | 1 | -60/+60 |
2016-09-19 | shorten verify; | jmc | 1 | -154/+96 |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | bcook | 2 | -6/+6 |
2016-09-18 | move page junking tp unmap(), right before we stick the region in the cache; | otto | 1 | -6/+6 |
2016-09-17 | remove comment about CMS; ok jsing | deraadt | 1 | -3/+2 |
2016-09-15 | add some Xr for acme-client(1); | jmc | 1 | -1/+2 |
2016-09-15 | some spkac shortening; ok beck | jmc | 1 | -68/+13 |
2016-09-15 | shorten ts; | jmc | 1 | -283/+63 |
2016-09-14 | Set callbacks on the right tls ctx on accept. | bcook | 1 | -2/+2 |
2016-09-14 | Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes. | bcook | 1 | -1/+2 |
2016-09-14 | Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN. | bcook | 1 | -3/+21 |
2016-09-14 | Generate pkg-config files at build time like everything else. This | natano | 2 | -4/+6 |
2016-09-13 | add a little more typing to the first callback argument. | tedu | 2 | -7/+7 |
2016-09-12 | shorten speed; | jmc | 1 | -48/+14 |
2016-09-11 | Files in /etc/ssl belong to root. ok deraadt | natano | 1 | -4/+4 |
2016-09-09 | missing space after comma | tb | 1 | -2/+2 |
2016-09-09 | back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal | bcook | 1 | -4/+1 |
2016-09-08 | shorten smime; | jmc | 1 | -344/+83 |
2016-09-05 | remove a cms leftover | deraadt | 1 | -2/+1 |
2016-09-05 | remove CMS manuals; beck@ agress with the general idea | schwarze | 23 | -2347/+1 |
2016-09-05 | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. | schwarze | 1 | -2/+2 |
2016-09-04 | shorten sess_id; | jmc | 1 | -84/+44 |
2016-09-04 | fix Dt; | jmc | 1 | -2/+2 |
2016-09-04 | Nuke one more cms tendril | beck | 1 | -4/+1 |
2016-09-04 | bye bye cms. send it to the attic | beck | 2 | -1144/+2 |
2016-09-04 | Remove cms. | jsing | 1 | -8/+1 |
2016-09-04 | Remove cms. | jsing | 15 | -7541/+0 |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 5 | -69/+293 |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 2 | -7/+27 |
2016-09-04 | Set errno more consistently, and fix a warning, ok tedu | nicm | 1 | -21/+29 |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 1 | -33/+133 |
2016-09-04 | minor tweaks; | jmc | 1 | -7/+7 |