summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2014-08-28preserve errno value on success.Brent Cook
2014-08-16only build the getrandom path if SYS_getrandom is defined.bcook
2014-08-16getrandom(2) support for getentropy_linuxbcook
2014-08-14fixed overrid(d)en typoTobias Stoeckmann
2014-08-13munmap correct object in (extremely unlikely, and effectively terminal)Theo de Raadt
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedbcook
2014-07-28Remove SRP code. It contains a bug (this should not surprise anyone), butTed Unangst
2014-07-22better match proposed syscall apibcook
2014-07-21protect sysctl path with SYS__sysctl instead; from enh@google, ok bcookTheo de Raadt
2014-07-21Use explicit_bzero() instead of memset() on buffers going out of scope.Philip Guenther
2014-07-21cast from void * before math; enh@googleTheo de Raadt
2014-07-20Move more OS-specific functionality to arc4random.h headers.bcook
2014-07-20initial win32 ARC4_LOCK/UNLOCK implementation.bcook
2014-07-20Demonstrate how new linux getrandom() will be called, at least untilTheo de Raadt
2014-07-19remove disabled main hook; we use phdr now; ok bcookTheo de Raadt
2014-07-19tab loveTheo de Raadt
2014-07-19Move _ARC4_ATFORK handlers from thread_private.h in portable.bcook
2014-07-19move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesbcook
2014-07-19fixup typosbcook
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Cleanup portable arc4random fork detection code:Matthew Dempsky
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt
2014-07-16Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on olderMark Kettenis
2014-07-13Use dl_iterate_phdr() to iterate over the segments and throw the addressesTheo de Raadt
2014-07-13Provide a link to the canonical API specification.Theo de Raadt
2014-07-13Take away the use of the address of main as a source of entropy. CausesBob Beck
2014-07-12more MLINKSMiod Vallat
2014-07-12getentropy on Windows. It compiles but has not been thoroughly tested yet.wouter
2014-07-12Remove signed/unsigned warning, statement before declaration andwouter
2014-07-12Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenMiod Vallat
2014-07-12more MLINKsMiod Vallat
2014-07-12guard inclusion of sys/sysctl.h so we can detect at compile time andBob Beck
2014-07-12remove gratuitous differences, ok beckTheo de Raadt
2014-07-12remove gratuitous differences, ok beck bcookTheo de Raadt
2014-07-12Solaris uses a symbolic link for /dev/urandom which harms best practice ofBob Beck
2014-07-12odds are that some ABI change occured today, no matter how careful everyoneTheo de Raadt
2014-07-11add comment about format requirementsBob Beck
2014-07-11Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,Miod Vallat
2014-07-11i'm a dumbdumb. fix build.Ted Unangst
2014-07-11move all the feature settings to a common header.Ted Unangst
2014-07-11Fix incorrect duplicate mlinksBob Beck
2014-07-11Correct incorrect mlinksBob Beck
2014-07-11Fix incorrect mlinksBob Beck
2014-07-11Make sure we leave OPENSSL_NO_PSK in the conf files so thingsBob Beck
2014-07-09Update to match the current state of crypto/rand, and remove MLINKS forMiod Vallat
2014-07-09remove unused variables getentropy for OS Xbcook
2014-07-09RSA_NULL used to be a compile option allowing the RSA interfaces to beMiod Vallat
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-07-08getentropy for osx and solaris. will be needed for a portable releaseBob Beck
2014-07-08fix oops, accidental delete.. darn copying of files between machinesBob Beck