| Commit message (Expand) | Author | Files | Lines |
2016-11-05 | Do a partial CBB conversion of ssl3_send_server_key_exchange(), which will | jsing | 1 | -52/+67 |
2016-11-05 | fix misplaced quote by tls_peer_ocsp_this_update | bcook | 1 | -2/+2 |
2016-11-05 | zap trailing whitespace, and add -o to usage() and help (-h); | jmc | 2 | -6/+9 |
2016-11-05 | tweak previous; | jmc | 1 | -6/+6 |
2016-11-05 | move manual pages from doc/ to man/ for consistency with other | schwarze | 85 | -169/+169 |
2016-11-05 | Check BIO_new*() for failure. | miod | 2 | -4/+9 |
2016-11-05 | More X509_STORE_CTX_set_*() return value checks. | miod | 3 | -12/+16 |
2016-11-05 | bump minors for symbol addition for ocsp and x25519 symbol additions | beck | 3 | -3/+3 |
2016-11-05 | Add support for server side OCSP stapling to libtls. | beck | 9 | -16/+98 |
2016-11-05 | Add regress for X25519, converted from BoringSSL. | jsing | 3 | -1/+150 |
2016-11-05 | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | schwarze | 4 | -41/+23 |
2016-11-05 | Add support for X25519. | jsing | 5 | -1/+5136 |
2016-11-05 | rename ocsp_ctx to ocsp | beck | 3 | -68/+68 |
2016-11-05 | minor mandoc -Tlint nits | schwarze | 3 | -9/+8 |
2016-11-05 | add the missing content, sorry for committing an empty file | schwarze | 1 | -0/+69 |
2016-11-05 | Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc(). | miod | 1 | -17/+34 |
2016-11-05 | convert the remaining manual pages from pod to mdoc | schwarze | 25 | -1650/+3615 |
2016-11-05 | X509_STORE_CTX_set_*() may fail, so check for errors. | miod | 1 | -4/+14 |
2016-11-05 | Do not leak the ressources possibly allocated by EVP_MD_CTX_init() in the | miod | 1 | -2/+3 |
2016-11-05 | Set PROG so that the binary correctly gets recompiled when the libraries | miod | 1 | -11/+5 |
2016-11-05 | Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTX | miod | 1 | -8/+22 |
2016-11-05 | No need to duplicate definitions from evp.h locally. | miod | 2 | -14/+2 |
2016-11-05 | Stop abusing the ternary operator to decide which function to call in a | miod | 1 | -3/+6 |
2016-11-05 | further tweakage, with an improvement from joel; | jmc | 1 | -5/+5 |
2016-11-05 | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | jsing | 3 | -62/+41 |
2016-11-05 | Remove generated Symbols.map on make clean. | jsing | 2 | -3/+5 |
2016-11-04 | tweak previous | schwarze | 1 | -34/+39 |
2016-11-04 | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | jsing | 5 | -5/+5 |
2016-11-04 | Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), since | jsing | 3 | -7/+7 |
2016-11-04 | Build with WARNINGS=Yes. | jsing | 1 | -1/+3 |
2016-11-04 | Avoid shadowing the socket global. | jsing | 1 | -3/+3 |
2016-11-04 | Make the tls_keypair_new() function a valid prototype. | jsing | 1 | -2/+2 |
2016-11-04 | Avoid another signed vs unsigned comparison. | jsing | 1 | -2/+6 |
2016-11-04 | Tidy up the usage of peer_ecdh_tmp, following the fixed ECDH removal. | jsing | 1 | -13/+5 |
2016-11-04 | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | jsing | 7 | -53/+107 |
2016-11-04 | Mark a couple local functions as static | guenther | 2 | -4/+4 |
2016-11-04 | The *_method_data structures can be static | guenther | 6 | -21/+21 |
2016-11-04 | Add an explict list of exported symbols with just the functions | guenther | 5 | -11/+289 |
2016-11-04 | Add an explict list of exported symbols with just the functions declared | guenther | 3 | -2/+85 |
2016-11-04 | Nuke the KRB5 ASN.1 code from orbit. | jsing | 3 | -984/+1 |
2016-11-04 | Ride the current major bump and enable assembler code for nist 256p curve, | miod | 4 | -3/+19 |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 14 | -43/+133 |
2016-11-04 | Make do_dtls1_write() static to d1_pkt.c and delete declarations for | guenther | 2 | -8/+6 |
2016-11-04 | Fix some linewrapping glitches | guenther | 1 | -7/+5 |
2016-11-04 | Some tests require internal symbols; have them link with the static | guenther | 4 | -8/+10 |
2016-11-04 | Add assembler code for the nist 256-bit GFp curve, written initially by | miod | 9 | -6/+19107 |
2016-11-04 | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 26 | -146/+245 |
2016-11-04 | Address some signed vs unsigned warnings and check that an integer value | jsing | 1 | -4/+14 |
2016-11-04 | Assign and test, as is consistent with the rest of the libtls code. | jsing | 1 | -7/+4 |
2016-11-04 | Use a consistent name for struct bio_cb * variables. | jsing | 1 | -6/+6 |