summaryrefslogtreecommitdiffstats
path: root/include/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte2019-05-121-5/+5
* Create internal number<->name mapping APIRichard Levitte2019-05-122-1/+23
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-0/+11
* Linux ktls sendfileBoris Pismenny2019-05-071-0/+15
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-023-11/+64
* Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell2019-05-021-0/+8
* Structure alignment macro.Pauli2019-05-011-1/+11
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-0/+3
* Fix KTLS compilation errorMatt Caswell2019-04-251-0/+4
* Use the right NID when putting a method in the storeMatt Caswell2019-04-091-2/+2
* fix --strict-warnings buildPatrick Steuer2019-04-071-1/+1
* Replumbing: add a configuration module for providersRichard Levitte2019-04-031-0/+3
* Replumbing: add functionality to set provider parametersRichard Levitte2019-04-031-1/+3
* bio: Linux TLS Rx OffloadBoris Pismenny2019-04-011-17/+20
* Linux ktls Rx infrastructureBoris Pismenny2019-04-011-13/+94
* Rework DSO API conditions and configuration optionRichard Levitte2019-04-011-5/+2
* Ensure that the struct msghdr is properly zeroed.Pauli2019-03-291-1/+2
* Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka2019-03-292-3/+13
* Replumbing: add fallback provider capabilityRichard Levitte2019-03-191-0/+1
* Replumbing: pass callback data to the algo destructor tooRichard Levitte2019-03-181-1/+1
* internal/refcount.h: allow non-atomic buildRichard Levitte2019-03-141-20/+29
* Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte2019-03-121-0/+52
* Replumbing: Add support for the provider query_operation functionRichard Levitte2019-03-121-0/+3
* Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte2019-03-121-0/+6
* Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte2019-03-112-0/+87
* Add regenerated header filesRich Salz2019-03-112-1/+9
* generated filesPauli2019-02-181-0/+46
* Properties for implementation selection.Pauli2019-02-181-0/+35
* Add an OpenSSL library contextRichard Levitte2019-02-161-0/+9
* Remove unnecessary trailing whitespaceSam Roberts2019-02-052-7/+7
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-5/+1
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-211-0/+2
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-1/+8
* Fix a RUN_ONCE bugMatt Caswell2019-01-041-0/+92
* bio: Linux TLS OffloadBoris Pismenny2018-12-071-0/+36
* Linux ktls infrastructureBoris Pismenny2018-12-071-0/+147
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-0620-20/+20
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-11-301-0/+6
* Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk2018-11-041-0/+6
* Use secure_getenv(3) when available.Pauli2018-09-241-0/+2
* Update copyright yearMatt Caswell2018-09-113-3/+3
* internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov2018-08-261-12/+66
* internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov2018-08-161-11/+62
* Add internal/tsan_assist.h.Andy Polyakov2018-08-071-0/+84
* crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov2018-07-251-1/+0
* Remove stale SM2 error codesNicola Tuveri2018-07-161-0/+3
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-226-43/+0
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-051-0/+20
* Remove QNX supportRich Salz2018-03-261-4/+0
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-133/+0