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