summaryrefslogtreecommitdiff
path: root/lib/libcrypto/crypto
AgeCommit message (Expand)Author
2016-09-01remove sparc supportTed Unangst
2016-08-31Crank minor due to API additionBob Beck
2016-08-07Update the link for the getentropy(2) manual to man.openbsd.org/Theo Buehler
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...Brent Cook
2016-06-30Tighten behavior of _rs_allocate on Windows.Brent Cook
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
2016-04-19fix typo in comment; ok beckT.J. Townsend
2016-01-04Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.Brent Cook
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-10-19Stop supporing "legcay" time formats that OpenSSL supports. Rewrite theBob Beck
2015-10-02Flense the greasy black guts of unreadble string parsing code out of three areasBob Beck
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Remove SHA-0 support.Doug Hogan
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with aJoel Sing
2015-09-13Nuke openssl/e_os2.h, since nothing should be using it.Joel Sing
2015-09-13Add a new interface, OPENSSL_cpu_caps(), to return the currently runningMiod Vallat
2015-09-11Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblerMiod Vallat
2015-09-11unify files furtherTheo de Raadt
2015-08-25unify versions, so they are easier to diff.Theo de Raadt
2015-08-25KNFTheo de Raadt
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
2015-06-13Remove unneeded sys/sysctl.h on linux.Brent Cook
2015-05-17*** empty log message ***Mark Kettenis
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-22Bump libcrypto and libssl majors, due to various recent churn.Joel Sing
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-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