summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2022-03-15Update copyright yearMatt Caswell
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-07-31Fix TyposAntoine Cœur
2019-07-18Add value_barriers in constant time select functionsBernd Edlinger
2019-07-17Fix a C++ comment in the refcount.hBernd Edlinger
2019-07-02Add regenerated header filesDr. Matthias St. Pierre
2019-05-28Update copyright yearRichard Levitte
2019-04-10Rework DSO API conditions and configuration optionRichard Levitte
2019-03-29Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka
2019-02-26Update copyright yearMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-03Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-08-26internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov
2018-08-07Add internal/tsan_assist.h.Andy Polyakov
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov
2018-07-16Remove stale SM2 error codesNicola Tuveri
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-03-26Remove QNX supportRich Salz
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-02-27Update copyright yearMatt Caswell
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx
2018-02-20Add some new constant time functions needed by curve448Matt Caswell
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-13Update copyright yearMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Small simplification in mkerr.plFdaSilvaYY
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte
2018-02-07Make OPENSSL_rdtsc universally available.Pauli
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Fix IPv6 defineRich Salz
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-12-25Fix comment about undefined behavior of constant_time_msbKurt Roeckx