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
2022-12-07
Compensate for CMP-related TODOs removed by PR #15539
Dr. David von Oheimb
9
-6
/
+30
2022-12-06
Replace "a RSA" with "an RSA"
Daniel Fiala
10
-12
/
+12
2022-12-06
Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.
Patrick Mills
7
-1
/
+108
2022-12-06
timing_load_creds: Add timersub macro for platforms where it is missing
Tomas Mraz
1
-0
/
+14
2022-12-06
Fix the code used to detect aarch64 capabilities when we don't have getauxval()
Tom Cosgrove
1
-0
/
+2
2022-12-05
Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size
Peiwei Hu
4
-6
/
+6
2022-12-05
Fix the check of EVP_PKEY_decrypt_init
Peiwei Hu
2
-2
/
+2
2022-12-05
Fix the checks in rsautl_main
Peiwei Hu
1
-12
/
+12
2022-12-05
Drop a spurious printf in evp_test.c
Matt Caswell
1
-1
/
+0
2022-12-05
Sync CHANGES.md and NEWS.md with 3.1 release
Tomas Mraz
2
-64
/
+80
2022-12-05
hpke: fix tests with disabled chacha20 or poly1305
Tomas Mraz
2
-4
/
+4
2022-12-05
Refactoring some operations to avoid repeated calls
Tomas Mraz
2
-79
/
+54
2022-12-05
hpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX *
Tomas Mraz
1
-36
/
+18
2022-12-05
ossl_kdf_ctx_create(): Check for NULL KDF being fetched
Tomas Mraz
1
-0
/
+4
2022-12-05
Fix build on NonStop
Tomas Mraz
1
-2
/
+2
2022-12-03
QUIC Connection State Machine Design Document
Hugo Landau
4
-0
/
+697
2022-12-02
doc: fix EVP_SignInit.pod
Reinhard Urban
1
-5
/
+4
2022-12-02
Clarify the EVP_PKEY_decrypt manual page
Tomas Mraz
1
-9
/
+11
2022-12-01
Don't set cancel state/type
Matt Caswell
1
-3
/
+0
2022-11-30
cmp_client_test.c: add tests for OSSL_CMP_CTX_get_status
Dr. David von Oheimb
1
-50
/
+111
2022-11-30
[test/recipes] Add RFC6979 deterministic DSA KATs in evptest format
slontis
4
-3
/
+323
2022-11-30
[test/recipes] RFC6979 deterministic ECDSA KATs in evptest format
Billy Brumley
2
-0
/
+2796
2022-11-30
Fix docs related to EVP_RAND_CTX_new() that were not passing the parent
slontis
4
-4
/
+4
2022-11-30
Implement deterministic ECDSA sign (RFC6979)
slontis
31
-63
/
+964
2022-11-30
evp_test: fix rebase mistake with no_gost
Pauli
1
-1
/
+1
2022-11-30
Remove redundant assignment in felem_mul_ref in p521
Rohan McLure
1
-1
/
+0
2022-11-29
fips prov: remove 3DES from list of inclusions
Pauli
1
-2
/
+0
2022-11-29
Update fips version check to be more robust
Pauli
2
-2
/
+4
2022-11-29
aes: add AES-GCM-SIV modes to the FIPS provider
Pauli
5
-6
/
+63
2022-11-29
doc: add note for sm4 xts
Xu Yizhou
2
-0
/
+40
2022-11-29
test: add sm4 xts test cases
Xu Yizhou
2
-0
/
+40
2022-11-29
providers: Add SM4 XTS implementation
Xu Yizhou
11
-2
/
+629
2022-11-29
obj: Add SM4 XTS OID
Xu Yizhou
5
-5
/
+18
2022-11-29
Update pyca-cryptography submodule to 38.0.4
Nicola Tuveri
1
-0
/
+0
2022-11-29
Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...
Nicola Tuveri
5
-14
/
+65
2022-11-29
Fix Coverity issues in HPKE
slontis
2
-35
/
+17
2022-11-29
Fix occasional assertion failure when storing properties
Tomas Mraz
4
-27
/
+51
2022-11-28
Fix accumulated index comments in felem_inv for p521
Rohan McLure
1
-2
/
+2
2022-11-28
Drop incorrect skipping of some evp_test testcases with no-gost
Tomas Mraz
1
-2
/
+1
2022-11-25
Add test for EVP_PKEY_Q_keygen
Tomas Mraz
1
-0
/
+16
2022-11-25
Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.
Stephen Farrell
21
-211
/
+4678
2022-11-25
Fix typos in doc/man3/EVP_EncryptInit.pod
Marco Abbadini
1
-2
/
+2
2022-11-25
When using PEM_read_bio_PrivateKey_ex() the public key is optional
Tomas Mraz
1
-4
/
+13
2022-11-25
Disable atomic refcounts with no-threads
J.W. Jagersma
1
-1
/
+1
2022-11-25
add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
Dr. David von Oheimb
4
-1
/
+22
2022-11-25
OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
Dr. David von Oheimb
4
-12
/
+28
2022-11-25
CMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
Dr. David von Oheimb
1
-2
/
+1
2022-11-25
CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...
Dr. David von Oheimb
1
-15
/
+17
2022-11-25
CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...
Dr. David von Oheimb
1
-4
/
+8
2022-11-25
CMS_decrypt*(): fix misconceptions and mem leak
Dr. David von Oheimb
4
-31
/
+51
[next]