index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document OCSP_REQ_CTX_i2d.
Rich Salz
2020-12-15
1
-1
/
+0
*
Deprecate OCSP_REQ_CTX_set1_req
Rich Salz
2020-12-15
1
-1
/
+1
*
PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'
Richard Levitte
2020-12-13
1
-8
/
+8
*
DOCS: Improve documentation of the EVP_PKEY type
Richard Levitte
2020-12-13
2
-1
/
+1
*
EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey
Richard Levitte
2020-12-08
2
-3
/
+1
*
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
Shane Lontis
2020-12-07
1
-2
/
+2
*
find-doc-nits: fix regexp and point out that CA.pl and tsget.pod are special
Dr. David von Oheimb
2020-12-05
1
-1
/
+2
*
PEM: Add a more generic way to implement PEM _ex functions for libctx
Richard Levitte
2020-12-05
2
-1
/
+43
*
Correct system guessing for darwin64-arm64 target
Tim Hudson
2020-12-01
1
-2
/
+2
*
ERR: Drop or deprecate dangerous or overly confusing functions
Richard Levitte
2020-11-28
1
-3
/
+1
*
EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-11-27
1
-7
/
+7
*
Deprecate more DH functions
Matt Caswell
2020-11-27
1
-23
/
+23
*
Deprecate the DHparams and DHxparams PEM routines
Matt Caswell
2020-11-27
1
-6
/
+6
*
Deprecate EVP_PKEY_assign_DH and other similar macros
Matt Caswell
2020-11-27
1
-3
/
+3
*
Deprecate DH_new as well as i2d_DHparams and d2i_DHparams
Matt Caswell
2020-11-27
1
-5
/
+5
*
Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.
Richard Levitte
2020-11-24
1
-0
/
+1
*
Modify the ERR init functions to use the internal ERR string loaders
Richard Levitte
2020-11-24
3
-42
/
+31
*
ERR: Modify util/mkerr.pl to produce internal err string loaders
Richard Levitte
2020-11-24
1
-117
/
+287
*
RSA: Fix guard mixup
Richard Levitte
2020-11-23
1
-1
/
+1
*
util/fix-deprecation: DEPRECATEDIN conversion util for public headers
Richard Levitte
2020-11-20
1
-0
/
+114
*
Deprecate RSA harder
Richard Levitte
2020-11-18
2
-72
/
+72
*
Document some SSL DH related functions/macros
Matt Caswell
2020-11-18
3
-4
/
+2
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
1
-8
/
+8
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
1
-0
/
+2
*
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
Matt Caswell
2020-11-18
1
-2
/
+2
*
Simplify util/err-to-raise
Richard Levitte
2020-11-18
1
-45
/
+4
*
util/find-doc-nits: check podchecker() return value
Richard Levitte
2020-11-17
1
-1
/
+2
*
util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbers
Richard Levitte
2020-11-17
1
-2
/
+4
*
Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY
Shane Lontis
2020-11-16
1
-3
/
+0
*
Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().
Shane Lontis
2020-11-13
1
-2
/
+0
*
ENCODER: Add support for specifying the outermost output structure
Richard Levitte
2020-11-11
1
-0
/
+2
*
DECODER: Add support for specifying the outermost input structure
Richard Levitte
2020-11-11
1
-0
/
+3
*
Correct system guessing for solaris64-x86_64-* targets
Matt Caswell
2020-11-06
1
-3
/
+6
*
Don't complain about uninitialized values when running Configure
Matt Caswell
2020-11-06
1
-2
/
+2
*
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
2020-11-04
1
-3
/
+3
*
util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbols
Richard Levitte
2020-11-01
2
-12
/
+2
*
configdata.pm.in, util/dofile.pl: Make a HERE document stricter.
Richard Levitte
2020-10-27
1
-1
/
+1
*
Remove EVP_aes_(128|192|256)_siv functions
Pauli
2020-10-22
2
-6
/
+0
*
Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().
Shane Lontis
2020-10-22
1
-3
/
+3
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
1
-4
/
+0
*
Deprecate EVP_PKEY_set1_tls_encodedpoint()
Matt Caswell
2020-10-20
1
-0
/
+2
*
Document EVP_PKEY_set1_encoded_public_key()
Matt Caswell
2020-10-20
2
-4
/
+0
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
1
-2
/
+4
*
Update copyright year
Matt Caswell
2020-10-15
2
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
2
-5
/
+5
*
Make evp_pkey_ctx_get0_libctx/propq public API
Matt Caswell
2020-10-15
1
-0
/
+2
*
Document how deprecation should be done
Richard Levitte
2020-10-12
1
-0
/
+11
*
OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNC
Richard Levitte
2020-10-12
1
-0
/
+14
*
Add PEM declaration macros that take attributes
Richard Levitte
2020-10-12
1
-3
/
+15
*
Add ASN1 declaration macros that take attributes
Richard Levitte
2020-10-12
1
-0
/
+15
[next]