index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
external
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
Implement AES OFB ciphers in the default provider
Matt Caswell
4
-15
/
+75
2019-04-19
Implement AES CBC ciphers in the default provider
Matt Caswell
13
-112
/
+261
2019-04-19
Add support in the default provider for 192/128 bit AES ECB
Matt Caswell
4
-0
/
+70
2019-04-19
Add the provider_algs.h internal header file
Matt Caswell
6
-8
/
+19
2019-04-19
Implement support for AES-256-ECB in the default provider
Matt Caswell
8
-1
/
+1376
2019-04-19
Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider aware
Matt Caswell
15
-33
/
+559
2019-04-19
ossl_method_store_cache_get(): ensure non-NULL property query
Richard Levitte
1
-1
/
+1
2019-04-19
OPENSSL_LH_flush(): assign NULL after freeing
Richard Levitte
1
-0
/
+1
2019-04-19
Fix the generic EVP algorithm fetch to actually cache them
Richard Levitte
1
-2
/
+8
2019-04-18
asn1parse: avoid double free
Richard Levitte
1
-7
/
+5
2019-04-18
Add SSHKDF in evp_kdf_test
Simo Sorce
1
-0
/
+55
2019-04-17
chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.
Andy Polyakov
1
-201
/
+353
2019-04-17
aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.
Andy Polyakov
1
-6
/
+389
2019-04-17
ARM64 assembly pack: add ThunderX2 results.
Andy Polyakov
8
-0
/
+8
2019-04-17
SP 800-56B steps enumerated.
Pauli
1
-0
/
+27
2019-04-16
Add test for the BIO_s_mem rdwr->rdonly->rdwr use-case
Tomas Mraz
1
-0
/
+38
2019-04-16
Add documentation for the BIO_s_mem pecularities
Tomas Mraz
1
-0
/
+16
2019-04-16
Add testing of RDONLY memory BIOs
Tomas Mraz
2
-0
/
+80
2019-04-16
Add test for the BIO_get_mem_ptr() regression
Bernd Edlinger
1
-6
/
+35
2019-04-16
Fix for BIO_get_mem_ptr and related regressions
Tomas Mraz
1
-12
/
+28
2019-04-15
Call RSA generation callback at the correct time.
Kurt Roeckx
1
-2
/
+2
2019-04-15
Don't use '-z defs' with Clang's sanitizers
Richard Levitte
1
-1
/
+4
2019-04-15
providers/common/digests/sha2.c: forward declare all dispatched functions
Richard Levitte
1
-0
/
+16
2019-04-15
Providers: for the digest_final operation, pass a output buffer size
Richard Levitte
3
-8
/
+11
2019-04-14
Fix calling convention bug in ecp_nistz256_ord_sqr_mont
David Benjamin
4
-4
/
+4
2019-04-14
Don't use coordinate blinding when scalar is group order
Bernd Edlinger
1
-2
/
+2
2019-04-12
Further harmonisation of manual page HISTORY sections
Joshua Lock
2
-3
/
+3
2019-04-12
Update various man pages to place HISTORY section after SEE ALSO
Joshua Lock
21
-136
/
+129
2019-04-12
Add a check for history section location to find-doc-nits
Joshua Lock
1
-0
/
+4
2019-04-12
Make check_example_location() in find-doc-nits generic
Joshua Lock
1
-8
/
+11
2019-04-12
Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
Matt Caswell
6
-9
/
+49
2019-04-12
Add CMAC speed measurements
Bernd Edlinger
2
-4
/
+90
2019-04-12
Add prediction resistance capability to the DRBG reseeding process.
Pauli
7
-28
/
+110
2019-04-11
ec key validation checks updated
Shane Lontis
2
-14
/
+132
2019-04-11
doc fixups
Shane Lontis
5
-14
/
+14
2019-04-11
Separate the lookup test
Nicola Tuveri
4
-35
/
+93
2019-04-11
EC_GROUP_set_curve() might fail for arbitrary params
Nicola Tuveri
1
-10
/
+40
2019-04-11
added code to validate EC named curve parameters
Shane Lontis
11
-30
/
+398
2019-04-11
Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.
Shane Lontis
2
-5
/
+70
2019-04-11
Reseeding without derivation function is not supported in FIPS mode.
Pauli
6
-3
/
+27
2019-04-11
Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_t
Shane Lontis
2
-3
/
+6
2019-04-10
Avoid creating invalid rsa pss params
Bernd Edlinger
2
-1
/
+11
2019-04-10
Fix typos
Jakub Wilk
2
-3
/
+3
2019-04-10
EVP_*Update: ensure that input NULL with length 0 isn't passed
Richard Levitte
1
-9
/
+10
2019-04-09
Make X509_set_sm2_id consistent with other setters
Paul Yang
8
-25
/
+97
2019-04-09
test/params_test.c : Adjust tests to check utf8_ptr sizes
Richard Levitte
1
-7
/
+25
2019-04-09
Params API: {utf8,octet}_ptr need to know the data size
Richard Levitte
5
-15
/
+22
2019-04-09
Fix crash in X509_STORE_CTX_get_by_subject
Matt Caswell
1
-0
/
+3
2019-04-09
Add a legacy provider and put MD2 in it
Matt Caswell
11
-2
/
+212
2019-04-09
Use the right NID when putting a method in the store
Matt Caswell
7
-19
/
+43
[next]