index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitattributes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-11
Change cipher default strings to a function
Todd Short
7
-15
/
+76
2019-06-10
BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo fails
Tomas Mraz
1
-0
/
+14
2019-06-10
Improve the Windows OneCore target support. (Add targets for building librari...
MouriNaruto
6
-5
/
+76
2019-06-10
doc/internal/man3/ossl_method_construct.pod: follow common conventions
Richard Levitte
1
-20
/
+20
2019-06-10
EVP fetching: make operation_id part of the method identity
Richard Levitte
4
-36
/
+105
2019-06-09
Revert the DEVRANDOM_WAIT feature
Dr. Matthias St. Pierre
2
-26
/
+0
2019-06-07
Add documentation for new functions taking an OPENSSL_CTX parameter
Matt Caswell
2
-13
/
+46
2019-06-07
Move the rand_nonce_lock code into drbg_lib.c
Matt Caswell
4
-144
/
+195
2019-06-07
Make the rand_crng code OPENSSL_CTX aware
Matt Caswell
4
-65
/
+74
2019-06-07
Convert drbg_lib to use OPENSSL_CTX for its global data
Matt Caswell
7
-96
/
+153
2019-06-07
Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_print
Acheev Bhagat
1
-3
/
+6
2019-06-07
Fixed typo in code comment.
David Makepeace
1
-1
/
+1
2019-06-06
Change EVP_MAC method from copy to dup
Kurt Roeckx
10
-32
/
+97
2019-06-06
Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
Kurt Roeckx
12
-75
/
+120
2019-06-06
Fix typo in macro argument of SSL_set1_client_sigalgs_list()
Dr. Matthias St. Pierre
1
-1
/
+1
2019-06-06
Address property documentation concerns.
Pauli
1
-11
/
+7
2019-06-06
rename the digest provider files to avoid any name clashes with other folders
Shane Lontis
17
-11
/
+11
2019-06-06
Coverity fixes
Shane Lontis
4
-3
/
+14
2019-06-05
man: fix doc-nit in property.pod
Dr. Matthias St. Pierre
1
-1
/
+1
2019-06-05
Document property hierarchy.
Pauli
1
-2
/
+59
2019-06-04
EVP_DigestInit_ex(): drop previous context engine earlier
Richard Levitte
1
-6
/
+10
2019-06-04
Document deprecation of version-specific SSL/TLS methods
Dr. Matthias St. Pierre
1
-7
/
+12
2019-06-04
build_SYS_str_reasons: Fix a crash caused by overlong locales
Vitezslav Cizek
1
-7
/
+9
2019-06-04
Remove last references to DEBUG_SAFESTACK
Dr. Matthias St. Pierre
2
-5
/
+2
2019-06-04
Move digests to providers
Shane Lontis
64
-570
/
+1644
2019-06-03
Add missing parentheses in macro
Mathias Berchtold
1
-1
/
+1
2019-06-03
Really fail if we have a test failure
Matt Caswell
1
-0
/
+2
2019-06-03
Ensure we get all the right defines for AES assembler in FIPS module
Matt Caswell
6
-17
/
+58
2019-06-03
Make basic AES ciphers available from within the FIPS providers
Matt Caswell
4
-2
/
+27
2019-06-03
Write a test for receiving a KeyUpdate (update requested) while writing
Matt Caswell
3
-0
/
+191
2019-06-03
Defer sending a KeyUpdate until after pending writes are complete
Matt Caswell
4
-17
/
+9
2019-06-03
Remove file reference from property documentation.
Pauli
2
-688
/
+0
2019-06-03
Add the content type attribute to additional CMS signerinfo.
Shane Lontis
11
-8
/
+242
2019-06-03
Fix a typo in the property grammar that creates an ambiguous parse.
Pauli
3
-22
/
+22
2019-06-01
Windows: Add missing quotes in build file
Richard Levitte
1
-1
/
+1
2019-06-01
Add sparse array of const pointer type
Pauli
1
-3
/
+8
2019-06-01
Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.
David Benjamin
1
-12
/
+12
2019-05-31
Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linux
Retropotenza
1
-1
/
+1
2019-05-31
Update X509_STORE_new.pod
Sambit Kumar Dash
1
-1
/
+1
2019-05-31
Constify OSSL_PROVIDER getter input parameters
Richard Levitte
4
-12
/
+14
2019-05-30
Update EVP_VerifyInit.pod
Sambit Kumar Dash
1
-1
/
+1
2019-05-30
issue-8998: Ensure that the alert is generated and reaches the remote
agnosticdev
1
-2
/
+1
2019-05-30
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Andreas Kretschmer
26
-166
/
+1632
2019-05-30
Add man 7 page about properties.
Pauli
3
-216
/
+290
2019-05-29
Join the x509 and x509v3 directories
Richard Levitte
48
-14
/
+16
2019-05-29
Fuzz: add a few more types into Fuzzing for ESS
FdaSilvaYY
1
-2
/
+6
2019-05-29
CAdES: Fix SignerInfo attribute construction order.
FdaSilvaYY
2
-9
/
+16
2019-05-29
crypto/conf: openssl_config_int() returns unitialized value
Dr. Matthias St. Pierre
1
-1
/
+1
2019-05-29
Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR
Iuri Rezende Souza
1
-1
/
+1
2019-05-29
Test of uniformity of BN_rand_range output.
Pauli
3
-24
/
+123
[next]