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
*
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
*
Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistently
Richard Levitte
2020-10-12
2
-5
/
+13
*
ENCODER / DECODER: Add functions to encode/decode to/from a buffer
Richard Levitte
2020-10-10
1
-0
/
+2
*
make ordinals
Richard Levitte
2020-10-09
1
-23
/
+0
*
Modify util/mknum.pl to drop new symbols that don't exist any more
Richard Levitte
2020-10-09
1
-5
/
+17
*
OpenSSL::Ordinals: Add options for the writing functions
Richard Levitte
2020-10-09
1
-3
/
+18
*
Expose PKCS7_get_octet_string and PKCS7_type_is_other
Jordan Montgomery
2020-10-08
1
-0
/
+2
*
Test.pm: Add result_dir and export both result_dir and result_file
Dr. David von Oheimb
2020-10-06
1
-9
/
+40
*
Configuration: add initial NonStop values in OpenSSL::config
Richard Levitte
2020-10-03
1
-0
/
+19
*
Fix some things the rename script didn't quite get right
Matt Caswell
2020-10-01
4
-56
/
+56
*
Perl util to do with_libctx renaming
Matt Caswell
2020-10-01
1
-0
/
+141
*
check-format.pl: Allow nested indentation of labels (not only at line pos 1)
Dr. David von Oheimb
2020-09-30
3
-2
/
+10
*
check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'
Dr. David von Oheimb
2020-09-30
2
-1
/
+9
*
check-format.pl: Document how to run positive and negative self-tests
Dr. David von Oheimb
2020-09-30
1
-0
/
+4
*
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
jwalch
2020-09-25
1
-1
/
+2
*
Remove openssl provider app
Shane Lontis
2020-09-25
1
-0
/
+4
*
Build: Make NonStop shared libraries only export selected symbols
Richard Levitte
2020-09-25
1
-0
/
+9
*
EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys
Richard Levitte
2020-09-25
1
-1
/
+1
*
Hide ECX_KEY again
Richard Levitte
2020-09-25
2
-16
/
+0
*
Test.pm: Some clarifications added to the documentation
Dr. David von Oheimb
2020-09-24
1
-6
/
+8
*
Simplify the tarball generating scripts
Hu Keping
2020-09-24
1
-2
/
+1
*
kdf/mac: add name query calls for KDFs and MACs
Pauli
2020-09-23
1
-1
/
+3
*
Fix merge error with libcrypto.num
Shane Lontis
2020-09-21
1
-1
/
+0
[next]