index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
internal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+1
*
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2019-09-01
1
-0
/
+4
*
Make sure we pre-initialise properties
Matt Caswell
2019-08-29
1
-0
/
+3
*
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
2019-08-22
2
-8
/
+8
*
Modify ossl_method_store_add() to handle reference counting
Richard Levitte
2019-08-22
1
-0
/
+1
*
Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()
Richard Levitte
2019-08-21
1
-1
/
+1
*
Constify param builder string functions.
Pauli
2019-08-21
1
-2
/
+2
*
Move BLAKE2 MACs to the providers
Richard Levitte
2019-08-15
1
-116
/
+0
*
Prepare EVP_MAC infrastructure for moving all MACs to providers
Richard Levitte
2019-08-15
1
-0
/
+1
*
Rename provider and core get_param_types functions
Richard Levitte
2019-08-15
2
-4
/
+4
*
Load the config file by default
Matt Caswell
2019-08-01
1
-2
/
+4
*
Add functions to see if a provider is available for use.
Richard Levitte
2019-07-26
2
-0
/
+5
*
Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
Richard Levitte
2019-07-23
1
-1
/
+1
*
Add internal function ossl_algorithm_do_all()
Richard Levitte
2019-07-23
1
-0
/
+7
*
Add param builder free function.
Pauli
2019-07-18
1
-1
/
+2
*
Add value_barriers in constant time select functions
Bernd Edlinger
2019-07-18
1
-4
/
+58
*
Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
Rich Salz
2019-07-17
1
-3
/
+0
*
Parameter building utilities.
Pauli
2019-07-17
1
-0
/
+77
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-3
/
+3
*
Regenerate mkerr files
Rich Salz
2019-07-16
2
-66
/
+68
*
Give WPACKET the ability to have a NULL buffer underneath it
Matt Caswell
2019-07-11
1
-0
/
+10
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
1
-0
/
+874
*
Prevent the use of RUN_ONCE inside the FIPS module
Matt Caswell
2019-07-04
1
-6
/
+15
*
ossl_provider_upref to ossl_provider_up_ref
Richard Levitte
2019-07-02
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-02
3
-4
/
+4
*
Keep the externally visible macro BIO_FLAGS_UPLINK in bio.h
Bernd Edlinger
2019-06-26
1
-2
/
+3
*
Replumbing: add support for multiple names per algorithm
Richard Levitte
2019-06-24
1
-3
/
+11
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-2
/
+1
*
Remove OPENSSL_memcmp.
Pauli
2019-06-21
1
-17
/
+0
*
Tell the FIPS provider about thread stop events
Matt Caswell
2019-06-17
1
-1
/
+2
*
Provide a version of ossl_init_thread_start that works in FIPS mode
Matt Caswell
2019-06-17
1
-1
/
+2
*
Add the function openssl_ctx_get_concrete()
Matt Caswell
2019-06-17
1
-0
/
+2
*
EVP fetching: make operation_id part of the method identity
Richard Levitte
2019-06-10
1
-3
/
+5
*
Move the rand_nonce_lock code into drbg_lib.c
Matt Caswell
2019-06-07
1
-2
/
+3
*
Make the rand_crng code OPENSSL_CTX aware
Matt Caswell
2019-06-07
1
-1
/
+2
*
Convert drbg_lib to use OPENSSL_CTX for its global data
Matt Caswell
2019-06-07
1
-1
/
+2
*
Move digests to providers
Shane Lontis
2019-06-04
4
-0
/
+243
*
Constify OSSL_PROVIDER getter input parameters
Richard Levitte
2019-05-31
1
-4
/
+4
*
EVP_FETCH: deal with names without pre-defined NIDs
Richard Levitte
2019-05-12
1
-5
/
+5
*
Create internal number<->name mapping API
Richard Levitte
2019-05-12
2
-1
/
+23
*
ossl_bsearch(): New generic internal binary search utility function
Richard Levitte
2019-05-08
1
-0
/
+11
*
Linux ktls sendfile
Boris Pismenny
2019-05-07
1
-0
/
+15
*
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
3
-11
/
+64
*
Add support for openssl_ctx_run_once and openssl_ctx_onfree
Matt Caswell
2019-05-02
1
-0
/
+8
*
Structure alignment macro.
Pauli
2019-05-01
1
-1
/
+11
*
Replumbing: give the possibility for the provider to create a context
Richard Levitte
2019-04-30
1
-0
/
+3
*
Fix KTLS compilation error
Matt Caswell
2019-04-25
1
-0
/
+4
*
Use the right NID when putting a method in the store
Matt Caswell
2019-04-09
1
-2
/
+2
*
fix --strict-warnings build
Patrick Steuer
2019-04-07
1
-1
/
+1
*
Replumbing: add a configuration module for providers
Richard Levitte
2019-04-03
1
-0
/
+3
[next]