Age | Commit message (Expand) | Author |
2017-05-17 | The BSD qsort() performs tail recursion elimination on the second | Todd C. Miller |
2017-05-16 | Plug a memory leak. The main_cert needs to be X509_free()ed since | Claudio Jeker |
2017-05-15 | Typo: freezeo -> freezero | Theo Buehler |
2017-05-13 | - fix bug wrt posix_memalign(3) of blocks between half a page and a page | Otto Moerbeek |
2017-05-11 | Fix a problem introduced in freezero() conversion and use | Jonathan Gray |
2017-05-09 | Enable TLS support but default to the emulatated TLS model. Enable the | Mark Kettenis |
2017-05-09 | Prevent memory leak on sbuf by freeing it unconditionally and ensure | Ricardo Mestre |
2017-05-08 | Fix exponential CPU use with repeated '*' operators by changing '*' | Todd C. Miller |
2017-05-08 | Update STANDARDS section, these are now in XSI BASE. | Todd C. Miller |
2017-05-08 | BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on success | Joel Sing |
2017-05-07 | killpg() is covered by XSI so add a STANDARDS section to that effect | Todd C. Miller |
2017-05-07 | Drop cipher suites with DSS authentication - there is no good reason to | Joel Sing |
2017-05-07 | Don't allow a negative process group ID, it would turn into a | Todd C. Miller |
2017-05-07 | Instead of starting a 'zero-sized' CBB at the size of the first addition | Joel Sing |
2017-05-07 | Move state from ssl->internal to the handshake structure. | Bob Beck |
2017-05-07 | Ensure that a client context has been connected before attempting to | Joel Sing |
2017-05-07 | Return an error if tls_handshake() is called on a TLS context that has | Joel Sing |
2017-05-06 | Move info about group handling via a negative pid into the list | Todd C. Miller |
2017-05-06 | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | Bob Beck |
2017-05-06 | Use freezero() for the tls_load_file() failure case, since we're | Joel Sing |
2017-05-06 | BIO_free_all() and EVP_PKEY_free() can be called with NULL. | Joel Sing |
2017-05-06 | Be explicit about when it is safe to call tls_config_free(). | Joel Sing |
2017-05-06 | Document tls_unload_file(). | Joel Sing |
2017-05-06 | Perform reference counting for tls_config. This allows tls_config_free() to | Joel Sing |
2017-05-06 | Provide a tls_unload_file() function, that frees the memory returned from | Joel Sing |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |
2017-05-06 | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | Joel Sing |
2017-05-06 | space needed between macro arg and punctuation; | Jason McIntyre |
2017-05-06 | Bump minors for symbol addition in libcrypto | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_to to exported symbols | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |
2017-05-06 | Add missing $OpenBSD$ tags. | Joel Sing |
2017-05-05 | Document what happens when sending a signal to the calling process. | Todd C. Miller |
2017-05-05 | Mention that the signal mask does not affect what signals are | Todd C. Miller |
2017-05-04 | Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and | Theo Buehler |
2017-05-04 | Move tls_config_skip_private_key_check() out from under HIDDEN_DECLS. | Claudio Jeker |
2017-05-03 | spacing (in EXAMPLES code) | Reyk Floeter |
2017-05-03 | make the description strings match the code | Theo de Raadt |
2017-05-02 | the XXXfree functions being called accept NULL, so don't check first. | Theo de Raadt |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-05-01 | Document that wait3/waitpid can receive SIGCHILD when wpid does | Todd C. Miller |
2017-04-30 | No original OpenSSL code remains in this file. Relicense | Bob Beck |
2017-04-30 | Add futex(2) shim, bump minor. | Martin Pieuchot |
2017-04-30 | Make BIO_get_host_ip just yet another getaddrinfo wrapper | Bob Beck |
2017-04-30 | Rework BIO_accept to be more like modern code. | Bob Beck |
2017-04-30 | Only enable -Werror on libcrypto/libssl/libtls if we are building with | Joel Sing |
2017-04-30 | Switch back to freezero() and explicitly initialise data_len to zero. The | Joel Sing |
2017-04-30 | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | Bob Beck |
2017-04-30 | Add a tls_keypair_clear_key() function that uses freezero() to make key | Joel Sing |
2017-04-29 | Fix a bug caused by the return value being set early to signal successful | Joel Sing |