Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | bcook | 1 | -3/+12 | |
from OpenSSL: SSL_set_SSL_CTX is normally called for SNI after ClientHello has received and the digest to use for each certificate has been decided. The original ssl->cert contains the negotiated digests and is now copied to the new ssl->cert. noted by David Benjamin and Kinichiro Inoguchi | |||||
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 ↵ | bcook | 2 | -6/+6 | |
moved. from Patrick Wildt | |||||
2016-09-18 | move page junking tp unmap(), right before we stick the region in the cache; | otto | 1 | -6/+6 | |
ok tedu@ | |||||
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 | |
From Tobias Pape | |||||
2016-09-14 | Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes. | bcook | 1 | -1/+2 | |
from Tobias Pape | |||||
2016-09-14 | Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN. | bcook | 1 | -3/+21 | |
from Tobias Pape | |||||
2016-09-14 | Generate pkg-config files at build time like everything else. This | natano | 2 | -4/+6 | |
avoids permission problems due to the build and install stages being run by different users. ok deraadt jasper | |||||
2016-09-13 | add a little more typing to the first callback argument. | tedu | 2 | -7/+7 | |
it's always a tls context. | |||||
2016-09-12 | shorten speed; | jmc | 1 | -48/+14 | |
help/ok guenther bcook | |||||
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 | |
(this was apparently lost during the repo surgery) ok bcook | |||||
2016-09-09 | back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal | bcook | 1 | -4/+1 | |
Software that refers to ctx after calling Final breaks with these changes. revert parts of 1.31 and 1.32 | |||||
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 | |
Related to locale/multibyte_citrus.c rev. 1.7. | |||||
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 | |
ok jsing@ | |||||
2016-09-04 | bye bye cms. send it to the attic | beck | 2 | -1144/+2 | |
ok jsing@ | |||||
2016-09-04 | Remove cms. | jsing | 1 | -8/+1 | |
2016-09-04 | Remove cms. | jsing | 15 | -7541/+0 | |
ok beck@, guenther@, tedu@ | |||||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 5 | -69/+293 | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 2 | -7/+27 | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||||
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 | |
No change in preprocessed output, ignoring whitespace. | |||||
2016-09-04 | minor tweaks; | jmc | 1 | -7/+7 | |
2016-09-04 | rm | tedu | 1 | -68/+0 | |