index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
Richard Levitte
2019-11-03
4
-18
/
+278
*
OSSL_STORE: constify the criterion parameter a bit more
Richard Levitte
2019-11-03
2
-3
/
+4
*
Change EVP_PKEY_CTX_new_provided() to take a library context too.
Richard Levitte
2019-11-03
1
-5
/
+19
*
Make EVP_PKEY_CTX initialization more precise
Richard Levitte
2019-11-03
1
-1
/
+17
*
Fix --strict-warnings build
Patrick Steuer
2019-11-03
1
-2
/
+2
*
s390x assembly pack: enable clang build
Patrick Steuer
2019-11-03
4
-33
/
+33
*
Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.
Richard Levitte
2019-11-03
1
-2
/
+5
*
VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.
Richard Levitte
2019-11-02
1
-10
/
+89
*
BIO_s_connect: add an error state and use it
Richard Levitte
2019-11-02
1
-1
/
+8
*
DRBG: add check for XOF so these can be disallowed by the DRBGs
Pauli
2019-11-02
2
-0
/
+5
*
DRBG: weaken the restriction on allowed digests.
Pauli
2019-11-02
2
-52
/
+6
*
s390x: fix build errors
Patrick Steuer
2019-11-01
1
-0
/
+3
*
fix for Missing null check after OPENSSL_zalloc
jayaram
2019-11-01
1
-1
/
+5
*
md4/md5: macros should not include the line following them
Patrick Steuer
2019-11-01
2
-2
/
+2
*
Fix potential memory leak in dh_ameth.c
Scott Wilson
2019-11-01
1
-0
/
+1
*
evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointers
Richard Levitte
2019-10-31
1
-0
/
+4
*
[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1
Billy Brumley
2019-10-31
1
-13
/
+10
*
Add support for in-kernel TLS (KTLS) on FreeBSD.
Andrew Gallatin
2019-10-31
1
-0
/
+8
*
crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVP
Richard Levitte
2019-10-31
1
-81
/
+81
*
Fix undefined array OPENSSL_ia32cap_P.
Kelvin Lee
2019-10-30
1
-0
/
+1
*
chunk 5 of CMP contribution to OpenSSL
Dr. David von Oheimb
2019-10-29
8
-8
/
+726
*
Allow EVP_PKEY_get0_RSA for RSA-PSS keys
Tobias Nießen
2019-10-28
1
-1
/
+1
*
Strip BOM on loading PEM files
Dmitry Belyavskiy
2019-10-25
1
-3
/
+16
*
Document "get/set-app-data" macros.
Rich Salz
2019-10-23
1
-1
/
+1
*
Update control logic for BN_gcd
Cesar Pereida Garcia
2019-10-23
1
-2
/
+7
*
Add KRB5KDF from RFC 3961
Simo Sorce
2019-10-23
1
-0
/
+3
*
Deprecate EC_GROUP_clear_free()
Nicola Tuveri
2019-10-22
1
-0
/
+2
*
Avoid using EC_GROUP_clear_free() internally
Nicola Tuveri
2019-10-22
1
-2
/
+2
*
crypto/s390xcap.c: Add guards around the GETAUXVAL checks
Richard Levitte
2019-10-21
1
-2
/
+4
*
crypto/evp/pmeth_lib.c: Fix copy'n'paste error
Richard Levitte
2019-10-21
1
-1
/
+1
*
Move random-related defines from e_os.h to rand_unix.c
Dr. Matthias St. Pierre
2019-10-19
1
-0
/
+50
*
rand_unix.c: correct include guard comments
Dr. Matthias St. Pierre
2019-10-19
1
-2
/
+4
*
Replace BUF_ string function calls with OPENSSL_ ones
Rich Salz
2019-10-17
3
-5
/
+5
*
Move BLAKE2 digests completely to the default provider
Richard Levitte
2019-10-17
5
-75
/
+27
*
evp_keymgmt_export_to_provider(): adjust OSSL_PARAM array for transfer
Richard Levitte
2019-10-17
1
-3
/
+26
*
New RSA keymgmt implementation to handle import / export of RSA keys
Richard Levitte
2019-10-17
6
-2
/
+137
*
Added internal functions for easy getting and setting all RSA parameters.
Richard Levitte
2019-10-17
1
-0
/
+116
*
Constant-time GCD function.
Cesar Pereida Garcia
2019-10-17
1
-106
/
+107
*
Unify BN_rshift design
Cesar Pereida Garcia
2019-10-17
1
-43
/
+5
*
DSA: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-10
/
+9
*
DH: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-12
/
+11
*
PKEY: adapt the export_to_provider funtions to handle domain params too
Richard Levitte
2019-10-17
4
-26
/
+56
*
Rename internal function name_cmp() to v3_name_cmp()
Richard Levitte
2019-10-17
6
-20
/
+20
*
evp_generic_do_all(): fix passing of method data
Richard Levitte
2019-10-17
1
-2
/
+4
*
EVP: add functions that return the name number
Richard Levitte
2019-10-17
6
-0
/
+35
*
EVP: add name traversal functions to all fetchable types
Richard Levitte
2019-10-17
11
-18
/
+65
*
EVP: add missing common functionality
Richard Levitte
2019-10-17
10
-17
/
+80
*
For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CTRL_INIT always returns 1
Richard Levitte
2019-10-17
1
-1
/
+9
*
EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1
Richard Levitte
2019-10-17
2
-6
/
+6
*
[KDF] Add feedback-mode and CMAC support to KBKDF
Robbie Harwood
2019-10-17
2
-1
/
+3
[next]