Age | Commit message (Expand) | Author |
2018-08-24 | tweak previous; | Jason McIntyre |
2018-08-24 | crank majors after symbol addition/modification/removal | Theo Buehler |
2018-08-24 | Adjust documentation for SSL_copy_session_id() | Theo Buehler |
2018-08-24 | Let SSL_copy_session_id() return an int for error checking. | Theo Buehler |
2018-08-24 | Add const to EVP_PKCS82PKEY(). | Theo Buehler |
2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() | Theo Buehler |
2018-08-24 | After removing support for broken PKCS#8 formats (it was high time), | Theo Buehler |
2018-08-24 | Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken() | Theo Buehler |
2018-08-24 | Document const change for OCSP_cert_to_id() | Theo Buehler |
2018-08-24 | Add const to two arguments of OCSP_cert_to_id() | Theo Buehler |
2018-08-24 | Provide X509_get0_serialNumber() | Theo Buehler |
2018-08-24 | Turn a number of #defines into proper functions with prototypes matching | Theo Buehler |
2018-08-24 | Change PEM_Sign{Init,Update}() to return an int. | Theo Buehler |
2018-08-24 | Check return value of EVP_EncodeUpdate() in PEM_write_bio(). | Theo Buehler |
2018-08-24 | Check return value of EVP_EncodeUpdate() in b64_write(). | Theo Buehler |
2018-08-24 | Convert EVP_EncodeUpdate() to return an int to allow for error | Theo Buehler |
2018-08-24 | Provide EVP_CIPHER_CTX_encrypting(). | Theo Buehler |
2018-08-24 | unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE. | Joel Sing |
2018-08-24 | Document prototype change and return values for BIO_set_cipher() | Theo Buehler |
2018-08-24 | Return an int in BIO_set_cipher() to be able to report errors. | Theo Buehler |
2018-08-24 | In DSO_up_ref(), check return value of CRYPTO_add() and report | Theo Buehler |
2018-08-24 | In ENGINE_up_ref(), check return value of CRYPTO_add() and report | Theo Buehler |
2018-08-24 | Document new prototype and return values of X509_OBJECT_up_ref_count() | Theo Buehler |
2018-08-24 | Make X509_OBJECT_up_ref_count return an int. | Theo Buehler |
2018-08-24 | Update documentation of CRYPTO_mem_leaks*. | Theo Buehler |
2018-08-24 | Let CRYPTO_mem_leaks{,_fp,_cb}() return -1. | Theo Buehler |
2018-08-24 | Simplify session ticket parsing/handling. | Joel Sing |
2018-08-24 | Pull up the parsing of a ClientHello. | Joel Sing |
2018-08-24 | Clean up handshake message start/finish functions. | Joel Sing |
2018-08-22 | Correct session ticket encryption. | Joel Sing |
2018-08-22 | Update libexpat to 2.2.6. Relevant for OpenBSD is | Alexander Bluhm |
2018-08-21 | Use an mmap()'d buffer instead of a static buffer for the contents | Todd C. Miller |
2018-08-21 | typo in argument type, from Mario dot Andres dot Campos at gmail dot com | Ingo Schwarze |
2018-08-19 | Don't leak sktmp in X509_verify_cert(). | Theo Buehler |
2018-08-19 | whitespace fix | Theo Buehler |
2018-08-19 | Don't leak db on error in RSA_padding_check_PKCS1_OAEP(). | Theo Buehler |
2018-08-19 | Rename and collapse tls12_get_sigandhash_cbb(). | Joel Sing |
2018-08-19 | Convert ssl3_send_newsession_ticket() to CBB. | Joel Sing |
2018-08-18 | Don't mention using poll(2) as a timeout. | cheloha |
2018-08-17 | Convert ssl3_send_client_verify() to CBB. | Joel Sing |
2018-08-16 | Provide CBB_add_u32(), as needed for an upcoming conversion. | Joel Sing |
2018-08-16 | Simplify the add signature code/logic in ssl3_send_server_key_exchange(). | Joel Sing |
2018-08-16 | Convert ssl3_send_server_key_exchange() to CBB. | Joel Sing |
2018-08-16 | Convert ssl3_get_server_key_exchange() to CBS. | Joel Sing |
2018-08-14 | Add a comment that explains what the check is doing and why len >= 1. | Theo Buehler |
2018-08-14 | The UI_add_{input,verify}_string() functions want a length not including | Theo Buehler |
2018-08-14 | Remove now unused variable, that got left behind from a previous change. | Joel Sing |
2018-08-14 | Actually check the return values for EVP_Sign* and EVP_Verify*. | Joel Sing |
2018-08-12 | Add retguard macros for arm64 asm and apply them in the straightforward | mortimer |
2018-08-10 | Simplify server key exchange signature verification. | Joel Sing |