Age | Commit message (Expand) | Author |
2016-11-05 | One of the error paths would attempt to access not-yet-initialized locals. | Miod Vallat |
2016-11-05 | Do a partial CBB conversion of ssl3_send_server_key_exchange(), which will | Joel Sing |
2016-11-05 | fix misplaced quote by tls_peer_ocsp_this_update | Brent Cook |
2016-11-05 | tweak previous; | Jason McIntyre |
2016-11-05 | move manual pages from doc/ to man/ for consistency with other | Ingo Schwarze |
2016-11-05 | Check BIO_new*() for failure. | Miod Vallat |
2016-11-05 | More X509_STORE_CTX_set_*() return value checks. | Miod Vallat |
2016-11-05 | bump minors for symbol addition for ocsp and x25519 symbol additions | Bob Beck |
2016-11-05 | Add support for server side OCSP stapling to libtls. | Bob Beck |
2016-11-05 | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | Ingo Schwarze |
2016-11-05 | Add support for X25519. | Joel Sing |
2016-11-05 | rename ocsp_ctx to ocsp | Bob Beck |
2016-11-05 | minor mandoc -Tlint nits | Ingo Schwarze |
2016-11-05 | add the missing content, sorry for committing an empty file | Ingo Schwarze |
2016-11-05 | Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc(). | Miod Vallat |
2016-11-05 | convert the remaining manual pages from pod to mdoc | Ingo Schwarze |
2016-11-05 | X509_STORE_CTX_set_*() may fail, so check for errors. | Miod Vallat |
2016-11-05 | Do not leak the ressources possibly allocated by EVP_MD_CTX_init() in the | Miod Vallat |
2016-11-05 | Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTX | Miod Vallat |
2016-11-05 | No need to duplicate definitions from evp.h locally. | Miod Vallat |
2016-11-05 | Stop abusing the ternary operator to decide which function to call in a | Miod Vallat |
2016-11-05 | further tweakage, with an improvement from joel; | Jason McIntyre |
2016-11-05 | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | Joel Sing |
2016-11-05 | Remove generated Symbols.map on make clean. | Joel Sing |
2016-11-04 | tweak previous | Ingo Schwarze |
2016-11-04 | Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), since | Joel Sing |
2016-11-04 | Build with WARNINGS=Yes. | Joel Sing |
2016-11-04 | Avoid shadowing the socket global. | Joel Sing |
2016-11-04 | Make the tls_keypair_new() function a valid prototype. | Joel Sing |
2016-11-04 | Avoid another signed vs unsigned comparison. | Joel Sing |
2016-11-04 | Tidy up the usage of peer_ecdh_tmp, following the fixed ECDH removal. | Joel Sing |
2016-11-04 | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | Joel Sing |
2016-11-04 | Mark a couple local functions as static | Philip Guenther |
2016-11-04 | The *_method_data structures can be static | Philip Guenther |
2016-11-04 | Add an explict list of exported symbols with just the functions | Philip Guenther |
2016-11-04 | Add an explict list of exported symbols with just the functions declared | Philip Guenther |
2016-11-04 | Nuke the KRB5 ASN.1 code from orbit. | Joel Sing |
2016-11-04 | Ride the current major bump and enable assembler code for nist 256p curve, | Miod Vallat |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2016-11-04 | Make do_dtls1_write() static to d1_pkt.c and delete declarations for | Philip Guenther |
2016-11-04 | Fix some linewrapping glitches | Philip Guenther |
2016-11-04 | Add assembler code for the nist 256-bit GFp curve, written initially by | Miod Vallat |
2016-11-04 | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | Miod Vallat |
2016-11-04 | Address some signed vs unsigned warnings and check that an integer value | Joel Sing |
2016-11-04 | Assign and test, as is consistent with the rest of the libtls code. | Joel Sing |
2016-11-04 | Use a consistent name for struct bio_cb * variables. | Joel Sing |
2016-11-04 | Rename struct bio_cb_st to struct bio_cb. | Joel Sing |
2016-11-04 | Do not cast a pointer to a struct, to a char * when assigning to a void *. | Joel Sing |
2016-11-04 | Use a consistent name for a BIO *, rather than having four different names | Joel Sing |
2016-11-04 | Avoid signed vs unsigned comparisons. | Joel Sing |