summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-19convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu18-44/+44
2014-06-19check stack push return and make some effort to clean up. ok beck miodtedu2-4/+12
2014-06-19improve error checking. set error code on error, and check malloc return.tedu2-4/+26
2014-06-19Move rs_chacha and rs_buf into the same memory page and don't mark itmatthew1-22/+31
2014-06-18Always call atexit handlers as if they were registered with __cxa_atexit.kettenis3-19/+13
2014-06-18Add regress tests to make sure arc4random(3) is reinitializedmatthew3-2/+181
2014-06-18In ssl3_send_newsession_ticket(), fix a memory leak in an error path.miod2-4/+8
2014-06-18Missinc calloc() return value check; ok deraadt@miod1-1/+5
2014-06-18Make sure to always invoke EVP_CIPHER_CTX_cleanup() before returning in themiod2-8/+20
2014-06-18Use asprintf() instead of a fixed 128-byte size in SSL_CIPHER_description()miod2-22/+22
2014-06-18In SSL_COMP_add_compression_method(), make sure error cases actually returnmiod2-4/+4
2014-06-17ssl_session_cmp is not a sort function, can use CRYPTO_memcmp here too.tedu2-4/+8
2014-06-17Use MAP_INHERIT_ZERO in arc4random(3)matthew1-37/+44
2014-06-15free iv, then cleanse. from Cyril Jouvetedu2-4/+4
2014-06-15Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 ratherjsing2-18/+8
2014-06-15Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init()jsing2-12/+4
2014-06-15Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup().jsing2-2/+4
2014-06-15The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of thejsing2-4/+4
2014-06-15Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(),jsing7-55/+28
2014-06-15oops, typo. James Hartley is fast at trying -currentderaadt1-2/+2
2014-06-15In srandomdev(), use arc4random_buf() instead of from the kernel.deraadt1-4/+3
2014-06-14Add more bounded attributes to the buffer and md5/sha headers in libsslavsm6-38/+70
2014-06-13typomiod2-4/+4
2014-06-13For now... assume success of getentropy() just like we assumed successderaadt1-3/+3
2014-06-13Correctly calculate the key block length when using export ciphers.jsing2-2/+10
2014-06-13Overhaul the keyblock handling in ssl3_change_cipher_state(). Usejsing1-32/+45
2014-06-13Correctly calculate the key block length when used with export ciphers.jsing1-17/+24
2014-06-13Remove deprecated RFC2292 ancillary data convenience functions.chrisz2-488/+2
2014-06-13use getgentropy() call. If it fails, things are pretty bad --deraadt1-8/+3
2014-06-13use getentropy; from matthewderaadt1-5/+2
2014-06-13Use meaningful variable names, rather than i, j, k and cl.jsing1-23/+27
2014-06-13Do not bother trying to work out of we can reuse a cipher context - justjsing1-22/+12
2014-06-13Separate the comression handling from the cipher/message digest handling injsing1-43/+47
2014-06-13Swap compress/expand around so they are in the correct order - these endedjsing2-28/+28
2014-06-13The export_key/export_iv variables are only used in the is_export case.jsing1-7/+10
2014-06-13Rename a bunch of variables in ssl3_change_cipher_state() for readability.jsing1-38/+40
2014-06-13Add ChaCha20-Poly1305 based ciphersuites.jsing10-14/+162
2014-06-13Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD.jsing2-42/+136
2014-06-13Combine the MAC handling for both !EVP_CIPH_FLAG_AEAD_CIPHER andjsing2-28/+22
2014-06-13Use SSL3_SEQUENCE_SIZE and if we're going to preincrement we may as welljsing1-4/+3
2014-06-13Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which arejsing8-66/+498
2014-06-13Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher.jsing8-8/+98
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredmiod24-700/+29
2014-06-13Add timingsafe_memcmp().matthew6-38/+153
2014-06-13Add regress tests for timingsafe_bcmp and timingsafe_memcmp.matthew3-2/+86
2014-06-12Add regress test for explicit_bzero.matthew3-2/+145
2014-06-12replace atoi() calls with strtol(). Follow the idiomatic pattern in ourderaadt6-80/+194
2014-06-12tags as requested by miod and teduderaadt1537-1373/+1553
2014-06-12Disable the "switch to insertion sort" optimization to avoid quadraticmillert1-13/+2
2014-06-11Really remove the obsolete manpages left by earlier commitchrisz2-0/+0