| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Check return value of EVP_EncodeUpdate() in PEM_write_bio(). | tb | 2018-08-24 | 1 | -2/+3 |
* | Check return value of EVP_EncodeUpdate() in b64_write(). | tb | 2018-08-24 | 1 | -3/+4 |
* | Convert EVP_EncodeUpdate() to return an int to allow for error | tb | 2018-08-24 | 2 | -8/+10 |
* | Provide EVP_CIPHER_CTX_encrypting(). | tb | 2018-08-24 | 3 | -2/+10 |
* | unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE. | jsing | 2018-08-24 | 2 | -26/+3 |
* | Document prototype change and return values for BIO_set_cipher() | tb | 2018-08-24 | 1 | -3/+5 |
* | Return an int in BIO_set_cipher() to be able to report errors. | tb | 2018-08-24 | 2 | -13/+22 |
* | In DSO_up_ref(), check return value of CRYPTO_add() and report | tb | 2018-08-24 | 1 | -3/+5 |
* | In ENGINE_up_ref(), check return value of CRYPTO_add() and report | tb | 2018-08-24 | 1 | -3/+5 |
* | Document new prototype and return values of X509_OBJECT_up_ref_count() | tb | 2018-08-24 | 1 | -3/+6 |
* | Make X509_OBJECT_up_ref_count return an int. | tb | 2018-08-24 | 2 | -9/+7 |
* | Update documentation of CRYPTO_mem_leaks*. | tb | 2018-08-24 | 1 | -6/+12 |
* | Let CRYPTO_mem_leaks{,_fp,_cb}() return -1. | tb | 2018-08-24 | 2 | -12/+12 |
* | Simplify session ticket parsing/handling. | jsing | 2018-08-24 | 4 | -69/+46 |
* | Pull up the parsing of a ClientHello. | jsing | 2018-08-24 | 1 | -20/+20 |
* | Clean up handshake message start/finish functions. | jsing | 2018-08-24 | 6 | -76/+38 |
* | Correct session ticket encryption. | jsing | 2018-08-22 | 1 | -4/+11 |
* | typo in argument type, from Mario dot Andres dot Campos at gmail dot com | schwarze | 2018-08-21 | 1 | -3/+3 |
* | Don't leak sktmp in X509_verify_cert(). | tb | 2018-08-19 | 1 | -5/+5 |
* | whitespace fix | tb | 2018-08-19 | 1 | -2/+2 |
* | Don't leak db on error in RSA_padding_check_PKCS1_OAEP(). | tb | 2018-08-19 | 1 | -7/+7 |
* | Rename and collapse tls12_get_sigandhash_cbb(). | jsing | 2018-08-19 | 4 | -39/+28 |
* | Convert ssl3_send_newsession_ticket() to CBB. | jsing | 2018-08-19 | 1 | -55/+64 |
* | Convert ssl3_send_client_verify() to CBB. | jsing | 2018-08-17 | 1 | -43/+50 |
* | Provide CBB_add_u32(), as needed for an upcoming conversion. | jsing | 2018-08-16 | 2 | -2/+17 |
* | Simplify the add signature code/logic in ssl3_send_server_key_exchange(). | jsing | 2018-08-16 | 1 | -13/+8 |
* | Convert ssl3_send_server_key_exchange() to CBB. | jsing | 2018-08-16 | 3 | -47/+71 |
* | Convert ssl3_get_server_key_exchange() to CBS. | jsing | 2018-08-16 | 1 | -69/+55 |
* | Add a comment that explains what the check is doing and why len >= 1. | tb | 2018-08-14 | 1 | -1/+2 |
* | The UI_add_{input,verify}_string() functions want a length not including | tb | 2018-08-14 | 1 | -5/+8 |
* | Remove now unused variable, that got left behind from a previous change. | jsing | 2018-08-14 | 1 | -3/+1 |
* | Actually check the return values for EVP_Sign* and EVP_Verify*. | jsing | 2018-08-14 | 2 | -15/+23 |
* | Simplify server key exchange signature verification. | jsing | 2018-08-10 | 1 | -49/+18 |
* | Simplify server kex exchange signature generation. | jsing | 2018-08-10 | 1 | -61/+33 |
* | Add glue to EVP_md5_sha1() so that it can be used with EVP_Sign* and | jsing | 2018-08-10 | 1 | -1/+12 |
* | Add missing include to X25519 synopsis. | jsing | 2018-08-10 | 1 | -2/+3 |
* | typo: macro-generates wrappers -> macro-generated wrappers | tb | 2018-08-08 | 1 | -3/+3 |
* | Remove unnecessary NULL check from get_cert_by_subject sincelibressl-v2.8.0 | bcook | 2018-08-05 | 1 | -3/+3 |
* | Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set. | bcook | 2018-08-05 | 1 | -2/+2 |
* | In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure. | bcook | 2018-08-05 | 1 | -3/+7 |
* | Fix memory leak in i2b_PVK in error handling. | bcook | 2018-08-05 | 1 | -14/+10 |
* | Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe. | tb | 2018-07-29 | 2 | -4/+19 |