Age | Commit message (Expand) | Author |
2014-05-20 | Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte | Philip Guenther |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2014-05-19 | Fix several bounds checks in ssl_add_clienthello_tlsext() and | Miod Vallat |
2014-05-19 | as reported by Helg, should use realpath for mounts. ok guenther syl | Ted Unangst |
2014-05-19 | More KNF. | Joel Sing |
2014-05-19 | More whack-a-mole^Wfips. | Joel Sing |
2014-05-19 | It is perfectly valid to call free(NULL), so stop checking for non-NULL | Joel Sing |
2014-05-19 | Add a H_SAVE_FP operation to history() which lets the history be saved | Nicholas Marriott |
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 | factor out a bit of the chunk index code and use it to make sure that a | Ted Unangst |
2014-05-18 | Out of all the openssl apps, just one of them has code to mess around with | Joel Sing |
2014-05-18 | W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handle | Joel Sing |
2014-05-18 | Remove unused include. | Joel Sing |
2014-05-18 | Group and sort includes. | Joel Sing |
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 | bio_err is initialised in main, hence there is no need to initialise it | Joel Sing |
2014-05-18 | More KNF. | Joel Sing |
2014-05-18 | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | Miod Vallat |
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 | add missing header needed for mem{cpy,cmp}() | Charles Longeau |
2014-05-17 | correctly match size and buffer. from enh at google | Ted Unangst |
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 md2 | Ted Unangst |
2014-05-17 | no no seed | Ted Unangst |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-17 | Add missing header needed by isdigit(). | Charles Longeau |
2014-05-17 | refactor some of the des crypt code to use fewer globals. | Ted Unangst |
2014-05-17 | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | Stuart Henderson |
2014-05-16 | update NAME and MLINKS for previous; | Jason McIntyre |
2014-05-16 | document crypt_checkpass | Ted Unangst |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | Joel Sing |
2014-05-16 | use $2b in the bcrypt example, ok tedu | Stuart Henderson |
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 |