summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2015-05-24Maximilian dot Fillinger at uni-duesseldorf dot deIngo Schwarze
2015-05-17*** empty log message ***Mark Kettenis
2015-05-04Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@Stuart Henderson
2015-04-27Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.Brent Cook
2015-04-27Support AIX versions without WPAR support.Brent Cook
2015-04-11Send OPENSSL_issetugid() straight to hell, no final cigarette.Theo de Raadt
2015-03-30add initial AIX getentropy/arc4random files. Thanks to Michael Felt.Brent Cook
2015-03-22sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked includeBrent Cook
2015-03-18In the neverending saga of enabling and disabling assembler code for shaMiod Vallat
2015-03-05Do not use sha512-parisc for now, as it is subtly bugged - passes the shaMiod Vallat
2015-02-23fourth batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-22Bump libcrypto and libssl majors, due to various recent churn.Joel Sing
2015-02-16third batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-14second batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-14While doing development work on pod2mdoc(1),Ingo Schwarze
2015-02-10unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely toJoel Sing
2015-02-10Remove RC5 code - this is not currently enabled and is not likely to everJoel Sing
2015-02-10Remove crypto/store - part of which is "currently highly experimental".Joel Sing
2015-02-07Crank major for libcrypto since symbols have been removed.Joel Sing
2015-02-07Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingJoel Sing
2015-01-22Add X509_STORE_load_mem() to load certificates from a memory bufferReyk Floeter
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-16Delete the MANLINT variable and the related SUFFIXES rules becauseIngo Schwarze
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2015-01-07mix in more virtual memory and process informationBrent Cook
2015-01-06add initial HP-UX getentropy/arc4random support.Brent Cook
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