Age | Commit message (Expand) | Author |
2014-04-17 | unistd.h is always in the same place; no need to #include the result of | Theo de Raadt |
2014-04-17 | OpenSSL PR#3309: when looking for an extension, set the last found position | Stuart Henderson |
2014-04-17 | move enginetest to regress as was done with the other tests | Jonathan Gray |
2014-04-17 | call the correct decrypt function in aes_cbc_cipher() | Jonathan Gray |
2014-04-17 | tag some functions with bounded. idea and ok djm | Ted Unangst |
2014-04-16 | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | Ted Unangst |
2014-04-16 | add back SRP. i was being too greedy. | Ted Unangst |
2014-04-16 | Clean up dangerous strncpy use. This included a use where the resulting | Bob Beck |
2014-04-16 | - Why do we hide from the OpenSSL police, dad? | Miod Vallat |
2014-04-16 | > As I walk through the valley of the shadow of death | Ted Unangst |
2014-04-16 | delete a few leftovers | Ted Unangst |
2014-04-16 | fix a few bugs observed on http://www.viva64.com/en/b/0250/ | Ted Unangst |
2014-04-16 | Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob | Bob Beck |
2014-04-16 | disentangle SRP code from TLS | Ted Unangst |
2014-04-16 | whack the ifdef pinata: | Ted Unangst |
2014-04-16 | Zero-pad usec format to handle values less than 100,000 correctly | Philip Guenther |
2014-04-16 | Mandatory Surgeon Guenther's Warning: This code could not possibly be | Ted Unangst |
2014-04-16 | revert. the full horror has only now revealed itself. | Ted Unangst |
2014-04-16 | replace some bio_snprintf crazy with regular snprintf. | Ted Unangst |
2014-04-16 | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | Philip Guenther |
2014-04-16 | More KNF. | Joel Sing |
2014-04-16 | More KNF. | Joel Sing |
2014-04-16 | Make this byzantine horror a shell of it's former self by stubbing the | Bob Beck |
2014-04-16 | Some software expects RAND_status() to return 1 for success, so always | Reyk Floeter |
2014-04-16 | Clean up non-fatal error handling - we know which error numbers we have | Joel Sing |
2014-04-16 | Sync the list of man pages for libcrypto, explicity rename conflicting | Martin Pieuchot |
2014-04-16 | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | Miod Vallat |
2014-04-16 | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | Miod Vallat |
2014-04-16 | Your operating system memory allocation functions are your friend. If they | Bob Beck |
2014-04-16 | dead file | Ted Unangst |
2014-04-16 | API compat fix. RAND_load_file can never fail now. discovered and ok beck. | Ted Unangst |
2014-04-16 | Remove non-posix support. Why is OPENSSL_isservice even here? | Ted Unangst |
2014-04-16 | strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right, | Ted Unangst |
2014-04-16 | Remove disabled code that wouldn't work now that cleanse_ptr was | Matthew Dempsky |
2014-04-16 | KNF | Ryan Thomas McBride |
2014-04-16 | you do not want to do the things this program does | Ted Unangst |
2014-04-15 | strip this to the bone | Ted Unangst |
2014-04-15 | Three wrappers in this file: OPENSSL_strncasecmp, OPENSSL_strcasecmp, | Theo de Raadt |
2014-04-15 | use explicit_bzero instead of a bizarro "no compiler could ever be smart | Ted Unangst |
2014-04-15 | remove md2, jpake, and seed clutter. | Ted Unangst |
2014-04-15 | o_dir.c had a very funny odor. all users of this now use standard functions. | Bob Beck |
2014-04-15 | Remove wraparounds for operating systems which lack issetugid(). | Theo de Raadt |
2014-04-15 | remove ssl2 support even more completely. | Ted Unangst |
2014-04-15 | $infile="/home/eay/ssl/SSLeay/MINFO"; | Ted Unangst |
2014-04-15 | The more you remove Chtulhu^WVMS tentacles, the more there are | Miod Vallat |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |
2014-04-15 | imake died in a fire a long time ago | Ted Unangst |
2014-04-15 | repair some whitespace | Ted Unangst |