index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pyca-cryptography submodule to fix CI
Tomas Mraz
2022-12-16
1
-0
/
+0
*
Add KMAC support to KBKDF.
slontis
2022-12-16
8
-19
/
+1136
*
timing_load_creds requires POSIX1.2001 due to rusage
Tomas Mraz
2022-12-15
1
-8
/
+5
*
BIO_s_dgram: add documentation and hazard warnings
Hugo Landau
2022-12-15
6
-9
/
+285
*
Coverity: fix 272011 resource leak
Pauli
2022-12-15
1
-0
/
+1
*
timing_load_creds: Fix typos in the timersub macro
Tomas Mraz
2022-12-14
1
-2
/
+2
*
Do not build P10-specific AES-GCM assembler on AIX
Tomas Mraz
2022-12-14
2
-6
/
+11
*
Do not build P10-specific Chacha20 assembler on AIX
Tomas Mraz
2022-12-14
2
-3
/
+8
*
test: cmp_vfy_test: fix defined but unused
Čestmír Kalina
2022-12-14
1
-1
/
+3
*
Fix openssl storeutl to allow serial + issuer
Simo Sorce
2022-12-14
1
-4
/
+2
*
rsa: fix merge CI runs with old FIPS providers
Hubert Kario
2022-12-13
1
-33
/
+33
*
rsa: fix version of rsa implicit rejection introduction
Hubert Kario
2022-12-13
3
-5
/
+5
*
Allow OBJ_create() to create an OBJ and NID with a NULL OID
Richard Levitte
2022-12-13
3
-6
/
+84
*
Make error reason for disallowed legacy sigalg more specific
Tomas Mraz
2022-12-13
5
-2
/
+9
*
Fix SM4-CBC regression on Armv8
fangming.fang
2022-12-12
2
-1
/
+13
*
Fix-up to f3090fc7
James Muir
2022-12-12
1
-1
/
+1
*
crypto/err: expand on error code generation
Čestmír Kalina
2022-12-12
1
-0
/
+11
*
rsa: add implicit rejection CHANGES entry
Hubert Kario
2022-12-12
1
-0
/
+12
*
smime/pkcs7: disable the Bleichenbacher workaround
Hubert Kario
2022-12-12
1
-0
/
+7
*
rsa: add test for the option to disable implicit rejection
Hubert Kario
2022-12-12
1
-0
/
+18
*
rsa: Skip the synthethic plaintext test with old FIPS provider
Hubert Kario
2022-12-12
1
-0
/
+62
*
rsa: Add option to disable implicit rejection
Hubert Kario
2022-12-12
10
-8
/
+95
*
rsa: add test vectors for the implicit rejection in RSA PKCS#1 v1.5
Hubert Kario
2022-12-12
1
-0
/
+408
*
rsa: add implicit rejection in PKCS#1 v1.5
Hubert Kario
2022-12-12
10
-7
/
+395
*
Run-checker merge CI: Memleak test does not work without ubsan
Tomas Mraz
2022-12-12
1
-1
/
+1
*
Revert "Run-checker merge CI: Replace no-shared with no-modules"
Tomas Mraz
2022-12-12
1
-1
/
+1
*
unbuffer stdin before get passwd from stdin
wangyuhang
2022-12-11
1
-0
/
+1
*
Run-checker merge CI: Replace no-shared with no-modules
Tomas Mraz
2022-12-08
1
-1
/
+1
*
Cross compiles CI: Disable stringop-overflow warning on s390x and m68k
Tomas Mraz
2022-12-08
1
-3
/
+3
*
Fuzz checker CI: Use more generic include dir for fuzzer includes
Tomas Mraz
2022-12-08
1
-2
/
+2
*
Bump actions/setup-python from 4.3.0 to 4.3.1
dependabot[bot]
2022-12-08
1
-1
/
+1
*
Fix `no-ec enable-ktls` build
Todd Short
2022-12-08
1
-0
/
+2
*
test: add test case for deadlock reported in #19643
Pauli
2022-12-08
3
-1
/
+125
*
x509: fix double locking problem
Pauli
2022-12-08
1
-4
/
+0
*
signature: Clamp PSS salt len to MD len
Clemens Lang
2022-12-08
13
-21
/
+223
*
Obtain PSS salt length from provider
Clemens Lang
2022-12-08
4
-27
/
+122
*
prevent HPKE sender setting seq unwisely
Stephen Farrell
2022-12-08
4
-50
/
+199
*
OSSL_CMP_validate_msg(): make sure to reject protection type mismatch
Dr. David von Oheimb
2022-12-08
6
-37
/
+70
*
Replace some boldened types with a corresponding man page link
Richard Levitte
2022-12-08
42
-214
/
+190
*
Move the description of the core types into their own pages
Richard Levitte
2022-12-08
7
-84
/
+400
*
Better sorting of util/other.syms
Richard Levitte
2022-12-08
1
-5
/
+5
*
Fix treatment of BUILD_METADATA
Richard Levitte
2022-12-08
4
-8
/
+20
*
Compensate for CMP-related TODOs removed by PR #15539
Dr. David von Oheimb
2022-12-07
9
-6
/
+30
*
Replace "a RSA" with "an RSA"
Daniel Fiala
2022-12-06
10
-12
/
+12
*
Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.
Patrick Mills
2022-12-06
7
-1
/
+108
*
timing_load_creds: Add timersub macro for platforms where it is missing
Tomas Mraz
2022-12-06
1
-0
/
+14
*
Fix the code used to detect aarch64 capabilities when we don't have getauxval()
Tom Cosgrove
2022-12-06
1
-0
/
+2
*
Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size
Peiwei Hu
2022-12-05
4
-6
/
+6
*
Fix the check of EVP_PKEY_decrypt_init
Peiwei Hu
2022-12-05
2
-2
/
+2
*
Fix the checks in rsautl_main
Peiwei Hu
2022-12-05
1
-12
/
+12
[next]