Age | Commit message (Expand) | Author |
2014-06-10 | Use C99 initialisers for EVP_MD structs, for clarity, grepability and to | Joel Sing |
2014-06-10 | More KNF. | Joel Sing |
2014-06-10 | Avoid potential NULL pointer function calls in n_ssl3_mac() by checking | Joel Sing |
2014-06-10 | Multiple fixes for ssl3_digest_cached_records() - if EVP_MD_CTX_create() | Joel Sing |
2014-06-10 | Ensure ssl3_final_finish_mac() returns failure if either the MD5 or SHA1 | Joel Sing |
2014-06-10 | mop up ifndef KERNEL goo; ok miod | Theo de Raadt |
2014-06-09 | use memset instead of bzero | Theo de Raadt |
2014-06-09 | do not include dso.h where it is not needed; ok miod | Theo de Raadt |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-09 | More KNF. | Joel Sing |
2014-06-08 | Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher as | Joel Sing |
2014-06-08 | Add a define for the SSLv3 sequence size and use it, rather than sprinkling | Joel Sing |
2014-06-08 | No, we will not be building with OPENSSL_NO_X509_VERIFY. Nuke it and | Joel Sing |
2014-06-08 | Clean up BIO_free() handling in bio_ssl.c - BIO_free() has its own NULL | Joel Sing |
2014-06-08 | Be explicit with types. No binary change. | Joel Sing |
2014-06-08 | Stop using DSO_global_lookup to reach getaddrinfo() and friends | Theo de Raadt |
2014-06-08 | Factor out the part of tls1_change_cipher_state() that is specific to | Joel Sing |
2014-06-08 | Factor out the sequence number reset code to aid in upcoming changes. | Joel Sing |
2014-06-07 | /* on some platforms time_t may be a float */ | Theo de Raadt |
2014-06-07 | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | Theo de Raadt |
2014-06-07 | Add missing NULL check after calling EVP_PKEY_new_mac_key(). | Joel Sing |
2014-06-07 | Use !is_read to imply SSL3_CC_WRITE. | Joel Sing |
2014-06-07 | Move the export label initialisation into the export handling code, since | Joel Sing |
2014-06-07 | Remove pointless casts - no binary change. | Joel Sing |
2014-06-07 | Rename variables to make it clear that these are only used in the export | Joel Sing |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-06-07 | Further clean up of context handling in tls1_change_cipher_state(). | Joel Sing |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |
2014-06-07 | evptests.txt lives in regress/lib/libcrypto/evp | Joel Sing |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-06-07 | Remove another NULL check before a BIO_free(). | Joel Sing |
2014-06-07 | ssl3_free_digest_list() has its own NULL check. | Joel Sing |
2014-06-07 | BIO_free has an implicit NULL check, so do not bother checking for NULL | Joel Sing |
2014-06-07 | ssl3_release_{read,write}_buffer() handle being called with NULL buffers, | Joel Sing |
2014-06-07 | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | Joel Sing |
2014-06-07 | More KNF. | Joel Sing |
2014-06-07 | More KNF. | Joel Sing |
2014-06-07 | Fix modf() on sparc | Tobias Ulmer |
2014-06-06 | s/assember/assembler/ before someone gets offended. At the last | Theo de Raadt |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-06-05 | Do not recurse when a 'Hello Request' message is received while getting | Joel Sing |
2014-06-05 | Ensure that sess_cert is not NULL before trying to use it. | Joel Sing |
2014-06-05 | Avoid a buffer overflow that can be triggered by sending specially crafted | Joel Sing |
2014-06-05 | ssl_sess_cert_new() can return NULL. Fix two cases where the return value | Joel Sing |
2014-06-05 | Ensure that we do not process a ChangeCipherSpec with an empty master | Joel Sing |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | Joel Sing |
2014-06-05 | More KNF. | Joel Sing |
2014-06-05 | Extended precision floating-point numbers have an explicit integer part bit. | Mark Kettenis |
2014-06-04 | Sanitize use of client_opaque_prf_input: set it to NULL immediately after | Miod Vallat |
2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h | Matthew Dempsky |