Age | Commit message (Expand) | Author |
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 |
2018-08-10 | Simplify server kex exchange signature generation. | Joel Sing |
2018-08-10 | Add glue to EVP_md5_sha1() so that it can be used with EVP_Sign* and | Joel Sing |
2018-08-10 | Add missing include to X25519 synopsis. | Joel Sing |
2018-08-10 | delete volatile intended to silence whiny old compilers around vfork. | Theo de Raadt |
2018-08-08 | typo: macro-generates wrappers -> macro-generated wrappers | Theo Buehler |
2018-08-05 | Remove unnecessary NULL check from get_cert_by_subject since | Brent Cook |
2018-08-05 | Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set. | Brent Cook |
2018-08-05 | In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure. | Brent Cook |
2018-08-05 | Fix memory leak in i2b_PVK in error handling. | Brent Cook |
2018-08-04 | tweak previous; | Jason McIntyre |
2018-08-04 | Uncomment no-longer-dead Xr. | helg |
2018-08-03 | Add man page for fuse_get_context(3). | helg |
2018-07-30 | Some cleanups and clarification, especially regarding locking (observed by rob) | Theo de Raadt |
2018-07-30 | tweak previous; | Jason McIntyre |
2018-07-30 | document the current limitation (we don't yet find an above covering | Bob Beck |
2018-07-29 | Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe. | Theo Buehler |
2018-07-28 | re-ordering for sensibility, by semarie; ok jmc | Theo de Raadt |
2018-07-28 | Move libsndio session cookie in its own $HOME/.sndio/ directory to | Alexandre Ratchov |
2018-07-28 | Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoid | Alexandre Ratchov |
2018-07-27 | Full stop. | rob |
2018-07-26 | Mention some missing libevent macros. | rob |
2018-07-24 | add c++ symbol annotations | Brent Cook |
2018-07-24 | Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself, | Mark Kettenis |