Age | Commit message (Expand) | Author |
2014-05-22 | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. | Joel Sing |
2014-05-22 | mark BIO_snprintf as deprecated, so warnings will be generated for it's | Bob Beck |
2014-05-22 | KNF. | Joel Sing |
2014-05-22 | KNF. | Joel Sing |
2014-05-22 | More KNF. | Joel Sing |
2014-05-22 | No uses of UTF8_{getc,putc}() in ports, so remove them from the public header. | Philip Guenther |
2014-05-20 | KSSL is dead... nuke KSSL_DEBUG from orbit. | Joel Sing |
2014-05-20 | Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte | Philip Guenther |
2014-05-19 | Fix several bounds checks in ssl_add_clienthello_tlsext() and | Miod Vallat |
2014-05-18 | If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', | Miod Vallat |
2014-05-18 | Make sure UTF8_getc() is invoked with the proper buffer size. | Miod Vallat |
2014-05-18 | Plug memory leaks upon error in OCSP_url_svcloc_new(). | Miod Vallat |
2014-05-18 | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. | Miod Vallat |
2014-05-18 | In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case | Miod Vallat |
2014-05-18 | In ssl3_send_certificate_request(), when adding the extra payload if | Miod Vallat |
2014-05-18 | Make sure ssl3_setup_buffers() does not return upon error with a freed | Miod Vallat |
2014-05-18 | More KNF. | Joel Sing |
2014-05-18 | No need to check for NULL before invoking free(); use calloc() when | Miod Vallat |
2014-05-17 | does sunos not have memmove? sorry, i guess sunos will not have libressl. | Ted Unangst |
2014-05-17 | unchecked malloc() return value in OCSP_sendreq_new(). | Miod Vallat |
2014-05-17 | KNF | Miod Vallat |
2014-05-17 | simple reallocarray to check multiplies. ok guenther | Ted Unangst |
2014-05-17 | no no md2 | Ted Unangst |
2014-05-17 | no no seed | Ted Unangst |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-17 | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | Stuart Henderson |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | Joel Sing |
2014-05-15 | Fix memory leaks upon failure. | Miod Vallat |
2014-05-15 | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | Miod Vallat |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | Miod Vallat |
2014-05-15 | More KNF. | Joel Sing |
2014-05-15 | Use C99 initialisers for the AEAD struct. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | Joel Sing |
2014-05-15 | Stop being a dummy... presumably these are left overs from pedantic mode | Joel Sing |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-11 | More KNF. | Joel Sing |
2014-05-11 | KNF. | Joel Sing |
2014-05-10 | __bounded => __attribute__((__bounded__ | Damien Miller |
2014-05-09 | Typo in C99 field initializer introduced in r1.3; | Miod Vallat |
2014-05-09 | Replace Apache v2 license with ISC license. | Matthew Dempsky |
2014-05-08 | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | Miod Vallat |
2014-05-08 | More KNF. | Joel Sing |