Age | Commit message (Expand) | Author |
2014-06-21 | Switch to the ISC licensed versions of these files, which Google has made | Joel Sing |
2014-06-21 | Pull out the sequence number selection and handle this up front. Also, the | Joel Sing |
2014-06-21 | More KNF and clean up. | Joel Sing |
2014-06-21 | More KNF. | Joel Sing |
2014-06-21 | More KNF. | Joel Sing |
2014-06-21 | KNF | Miod Vallat |
2014-06-21 | KNF | Miod Vallat |
2014-06-21 | Fix memory leak in error path. | Loganaden Velvindron |
2014-06-21 | Protect explicit_bzero() from link-time optimization | Matthew Dempsky |
2014-06-20 | Remove the OPENSSL_*cap getenv's. A program should not be able to | Theo de Raadt |
2014-06-20 | wrap getenv OPENSSL_ALLOW_PROXY_CERTS in an issetugid check, to protect | Theo de Raadt |
2014-06-20 | Work in progress on how to deal with the inherit unreliability of | Bob Beck |
2014-06-20 | Remove OPENSSL_instrument_halt and OPENSSL_far_spin, which both might | Miod Vallat |
2014-06-20 | Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); | Miod Vallat |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2014-06-20 | arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1 | Matthew Dempsky |
2014-06-19 | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | Ted Unangst |
2014-06-19 | check stack push return and make some effort to clean up. ok beck miod | Ted Unangst |
2014-06-19 | improve error checking. set error code on error, and check malloc return. | Ted Unangst |
2014-06-19 | Move rs_chacha and rs_buf into the same memory page and don't mark it | Matthew Dempsky |
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis |
2014-06-18 | In ssl3_send_newsession_ticket(), fix a memory leak in an error path. | Miod Vallat |
2014-06-18 | Missinc calloc() return value check; ok deraadt@ | Miod Vallat |
2014-06-18 | Make sure to always invoke EVP_CIPHER_CTX_cleanup() before returning in the | Miod Vallat |
2014-06-18 | Use asprintf() instead of a fixed 128-byte size in SSL_CIPHER_description() | Miod Vallat |
2014-06-18 | In SSL_COMP_add_compression_method(), make sure error cases actually return | Miod Vallat |
2014-06-17 | ssl_session_cmp is not a sort function, can use CRYPTO_memcmp here too. | Ted Unangst |
2014-06-17 | Use MAP_INHERIT_ZERO in arc4random(3) | Matthew Dempsky |
2014-06-15 | free iv, then cleanse. from Cyril Jouve | Ted Unangst |
2014-06-15 | Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 rather | Joel Sing |
2014-06-15 | Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init() | Joel Sing |
2014-06-15 | Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup(). | Joel Sing |
2014-06-15 | The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of the | Joel Sing |
2014-06-15 | Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), | Joel Sing |
2014-06-15 | oops, typo. James Hartley is fast at trying -current | Theo de Raadt |
2014-06-15 | In srandomdev(), use arc4random_buf() instead of from the kernel. | Theo de Raadt |
2014-06-14 | Add more bounded attributes to the buffer and md5/sha headers in libssl | Anil Madhavapeddy |
2014-06-13 | typo | Miod Vallat |
2014-06-13 | For now... assume success of getentropy() just like we assumed success | Theo de Raadt |
2014-06-13 | Correctly calculate the key block length when using export ciphers. | Joel Sing |
2014-06-13 | Overhaul the keyblock handling in ssl3_change_cipher_state(). Use | Joel Sing |
2014-06-13 | Correctly calculate the key block length when used with export ciphers. | Joel Sing |
2014-06-13 | Remove deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-13 | use getgentropy() call. If it fails, things are pretty bad -- | Theo de Raadt |
2014-06-13 | use getentropy; from matthew | Theo de Raadt |
2014-06-13 | Use meaningful variable names, rather than i, j, k and cl. | Joel Sing |
2014-06-13 | Do not bother trying to work out of we can reuse a cipher context - just | Joel Sing |
2014-06-13 | Separate the comression handling from the cipher/message digest handling in | Joel Sing |
2014-06-13 | Swap compress/expand around so they are in the correct order - these ended | Joel Sing |
2014-06-13 | The export_key/export_iv variables are only used in the is_export case. | Joel Sing |