summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2014-12-07Revert to the use of C code for the basic BN routines (bn_add_words,Miod Vallat
2014-12-06delete four MLINKS that are both duplicate and wrongIngo Schwarze
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-20Oops, make sure camellia is compiled on platforms without an arch-specificMiod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-11-11correct the failure case for getentropy on win32Brent Cook
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-11-09Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.Miod Vallat
2014-11-03Add hooks to override native arc4random_buf on FreeBSD.Brent Cook
2014-10-11include header needed by older linux kernelsBrent Cook
2014-10-01openssl.cnf tweaks following recent changes to usr.bin/openssl:Stuart Henderson
2014-09-27Revert r1.5 and reenable assembler version of ghash now that it has beenMiod Vallat
2014-09-27Disable assembler code for ghash on hppa, causes wrong computations in someMiod Vallat
2014-09-16A few more MLINKs.Miod Vallat
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