| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stack related macros that should have been nuked when | jsing | 2018-10-24 | 1 | -333/+1 |
* | Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0 | tb | 2018-10-20 | 1 | -5/+6 |
* | RFC 3394 section 2 states that we need at least two 64 bit blocks | tb | 2018-10-20 | 1 | -6/+6 |
* | As per POSIX, when str{,r}chr is comparing it should convert c to a char. | martijn | 2018-10-01 | 4 | -8/+10 |
* | bump for LibreSSL 2.8.2 | bcook | 2018-09-30 | 1 | -3/+3 |
* | bump for LibreSSL 2.8.1libressl-v2.8.1 | bcook | 2018-09-23 | 1 | -3/+3 |
* | Simplify initialization of asn1_cb; use correct spelling of NULL. | tb | 2018-09-17 | 1 | -4/+2 |
* | sync with mozilla-release (one removal, TURKTRUST, more details at | sthen | 2018-09-12 | 1 | -48/+1 |
* | tweak previous; | jmc | 2018-09-12 | 2 | -4/+4 |
* | crank to follow minor crank in libcrypto; ok tb@ jsing@ | djm | 2018-09-12 | 2 | -2/+2 |
* | Add some accessor functions: | djm | 2018-09-12 | 8 | -17/+138 |
* | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE. | jsing | 2018-09-08 | 4 | -77/+28 |
* | SSL_MAX_DIGEST is no longer needed. | jsing | 2018-09-08 | 2 | -17/+10 |
* | ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3). | tb | 2018-09-08 | 1 | -2/+2 |
* | indent labels | tb | 2018-09-08 | 2 | -8/+8 |
* | missing word & a couple of typos | tb | 2018-09-08 | 1 | -3/+3 |
* | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | jsing | 2018-09-06 | 4 | -31/+25 |
* | Use the newer/more sensible names for EVP_MD_CTX_* functions. | jsing | 2018-09-05 | 5 | -16/+16 |
* | Correctly clear the current cipher state, when changing cipher state. | jsing | 2018-09-05 | 3 | -41/+37 |
* | use timing-safe compares for checking results in signature verification | djm | 2018-09-05 | 4 | -9/+10 |
* | Stop using composite EVP_CIPHER AEADs. | jsing | 2018-09-03 | 1 | -25/+7 |
* | Stop handling AES-GCM via ssl_cipher_get_evp(). | jsing | 2018-09-03 | 1 | -20/+3 |
* | Clean up SSL_DES and SSL_IDEA remnants. | jsing | 2018-09-03 | 1 | -41/+13 |
* | Elliptic curve arithmetic only makes sense between points that belong to | tb | 2018-09-02 | 1 | -1/+5 |
* | Tweak comment. | tb | 2018-09-01 | 1 | -5/+2 |
* | Remove unused argument to tls1_change_cipher_state_cipher(). | jsing | 2018-08-31 | 1 | -7/+4 |
* | Nuke ssl_pending/ssl_shutdown function pointers. | jsing | 2018-08-30 | 9 | -56/+14 |
* | Remove extra "and" in "These functions and have been available" | tb | 2018-08-28 | 1 | -3/+3 |
* | n2s and l2n3 finally bite the dust! | jsing | 2018-08-27 | 1 | -7/+1 |
* | Convert ssl3_get_cert_verify() to CBS and clean up somewhat. | jsing | 2018-08-27 | 1 | -74/+72 |
* | Dedup DTLS header writing code and convert to CBB. | jsing | 2018-08-27 | 1 | -25/+35 |
* | Add some missing statics. | jsing | 2018-08-27 | 2 | -5/+5 |
* | Simplify new session ticket encoding/generation. | jsing | 2018-08-27 | 3 | -84/+90 |
* | Fix formatting and grammatical issues with the description of how to use | jsing | 2018-08-27 | 1 | -19/+17 |
* | fix the same "an non" issue found by tb in EVP_EncryptInit.3; | jmc | 2018-08-26 | 1 | -3/+3 |
* | Some of the functions in this manual need <openssl/dsa.h>, others | tb | 2018-08-26 | 1 | -3/+45 |
* | typo: an nonce -> a nonce | tb | 2018-08-26 | 1 | -3/+3 |
* | tweak previous; | jmc | 2018-08-24 | 1 | -3/+3 |
* | crank majors after symbol addition/modification/removal | tb | 2018-08-24 | 3 | -6/+6 |
* | Adjust documentation for SSL_copy_session_id() | tb | 2018-08-24 | 1 | -8/+7 |
* | Let SSL_copy_session_id() return an int for error checking. | tb | 2018-08-24 | 3 | -28/+31 |
* | Add const to EVP_PKCS82PKEY(). | tb | 2018-08-24 | 2 | -4/+4 |
* | Add consts to EVP_PKEY_asn1_set_private() | tb | 2018-08-24 | 8 | -16/+16 |
* | After removing support for broken PKCS#8 formats (it was high time), | tb | 2018-08-24 | 7 | -22/+19 |
* | Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken() | tb | 2018-08-24 | 5 | -98/+46 |
* | Document const change for OCSP_cert_to_id() | tb | 2018-08-24 | 1 | -4/+4 |
* | Add const to two arguments of OCSP_cert_to_id() | tb | 2018-08-24 | 2 | -6/+7 |
* | Provide X509_get0_serialNumber() | tb | 2018-08-24 | 3 | -2/+10 |
* | Turn a number of #defines into proper functions with prototypes matching | tb | 2018-08-24 | 5 | -18/+80 |
* | Change PEM_Sign{Init,Update}() to return an int. | tb | 2018-08-24 | 2 | -8/+8 |