index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
1
-2
/
+0
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
1
-0
/
+3
*
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
Matt Caswell
2020-11-18
1
-4
/
+16
*
Really deprecate the old NAMEerr() macros
Richard Levitte
2020-11-18
1
-1
/
+1
*
REF_PRINT: cast pointer to void to avoid warnings
Daniel Bevenius
2020-11-16
1
-1
/
+1
*
Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().
Shane Lontis
2020-11-13
1
-9
/
+0
*
Optimize AES-XTS mode in OpenSSL for aarch64
XiaokangQian
2020-11-12
1
-0
/
+4
*
Add ossl_is_absolute_path function to detect absolute paths
Tomas Mraz
2020-11-11
1
-0
/
+16
*
Avoid duplicate ends_with_dirsep functions
Tomas Mraz
2020-11-11
1
-0
/
+14
*
ENCODER: Add tracing
Richard Levitte
2020-11-11
1
-1
/
+2
*
ENCODER: Add output structure support for EVP_PKEY encoding
Richard Levitte
2020-11-11
1
-1
/
+2
*
ENCODER: Add support for OSSL_FUNC_encoder_does_selection()
Richard Levitte
2020-11-11
1
-5
/
+4
*
ENCODER: Add support for specifying the outermost output structure
Richard Levitte
2020-11-11
2
-5
/
+10
*
CORE: Add support for specifying the outermost object structure
Richard Levitte
2020-11-11
1
-5
/
+6
*
DECODER: Add tracing
Richard Levitte
2020-11-11
1
-1
/
+2
*
DECODER: Add input structure support for EVP_PKEY decoding
Richard Levitte
2020-11-11
1
-1
/
+3
*
DECODER: Add support for OSSL_FUNC_decoder_does_selection()
Richard Levitte
2020-11-11
1
-3
/
+6
*
DECODER: Add support for specifying the outermost input structure
Richard Levitte
2020-11-11
2
-2
/
+9
*
Add support for making all of KBKDF FixedInput fields optional.
Shane Lontis
2020-11-11
1
-0
/
+2
*
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
2020-11-04
1
-3
/
+5
*
Add AES KW inverse ciphers to the EVP layer
Shane Lontis
2020-11-02
1
-0
/
+1
*
Allow empty deprecation macros to be passed as macro arguments
Matt Caswell
2020-10-30
1
-3
/
+6
*
Fix some missed usage of DEFINE_LHASH_OF()
Matt Caswell
2020-10-30
1
-15
/
+8
*
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
2020-10-30
1
-0
/
+8
*
Add parentheses to fix PCLINT Info:773
Kan
2020-10-26
1
-1
/
+1
*
Constify OSSL_FUNC_keymgmt_validate()
Nicola Tuveri
2020-10-23
2
-3
/
+3
*
Remove EVP_aes_(128|192|256)_siv functions
Pauli
2020-10-22
1
-5
/
+0
*
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
Shane Lontis
2020-10-22
1
-2
/
+2
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Constify OSSL_FUNC_keymgmt_has()
Nicola Tuveri
2020-10-22
1
-1
/
+1
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
1
-0
/
+0
*
Deprecate EVP_PKEY_set1_tls_encodedpoint()
Matt Caswell
2020-10-20
1
-4
/
+8
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
2
-4
/
+19
*
DH: make the private key length importable / exportable
Richard Levitte
2020-10-19
2
-1
/
+6
*
Update copyright year
Matt Caswell
2020-10-15
6
-6
/
+6
*
Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTE
Akshit Akhoury
2020-10-15
1
-1
/
+1
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
3
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
44
-257
/
+262
*
Make evp_pkey_ctx_get0_libctx/propq public API
Matt Caswell
2020-10-15
2
-2
/
+3
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
2
-1
/
+5
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
4
-0
/
+16
*
[ssl] Support ssl_encapsulate on server side
Nicola Tuveri
2020-10-14
1
-0
/
+1
*
[ssl] Support ssl_decapsulate on client side
Nicola Tuveri
2020-10-14
1
-0
/
+1
*
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-10-14
1
-0
/
+1
*
Use __BYTE_ORDER__ to test the endianness when available
Kurt Roeckx
2020-10-14
1
-3
/
+31
*
Add PEM declaration macros that take attributes
Richard Levitte
2020-10-12
1
-42
/
+80
*
Add ASN1 declaration macros that take attributes
Richard Levitte
2020-10-12
1
-39
/
+72
*
Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}
Richard Levitte
2020-10-12
1
-26
/
+60
*
Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VC
Richard Levitte
2020-10-12
1
-1
/
+15
*
Change OSSL_DEPRECATED to take a version argument
Richard Levitte
2020-10-12
1
-13
/
+26
[next]