index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
nseq.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
Expanding trace of providers algorithms fetching/caching/etc
Dmitry Belyavskiy
4
-1
/
+26
3 days
Add function X509_VERIFY_PARAM_get_purpose()
Rajeev Ranjan
4
-0
/
+13
3 days
CMP: add support for central key generation
Rajeev Ranjan
37
-153
/
+966
3 days
Fixes some memory leaks when errors occur in ossl_cmp_rp_new().
Frederik Wedel-Heinen
1
-10
/
+9
4 days
Also expose an accessor for a single string provider config property
Viktor Dukhovni
2
-3
/
+15
5 days
Exclude amplificationlimit test with mvfst client
Neil Horman
1
-0
/
+3
5 days
Fix magic + 20 in PEM_ASN1_write_bio
Sean Kannanaikal
1
-3
/
+2
5 days
Fix passing struct by value rather than by reference to syscall
Mae
1
-1
/
+1
5 days
template_kem.c: Use proper printf format for size_t
Tomas Mraz
1
-3
/
+3
5 days
template_kem.c: Check outlen before dereferencing it
Tomas Mraz
1
-2
/
+4
5 days
Check returns of sk_X509_CRL_push and handle appropriately.
Frederik Wedel-Heinen
4
-12
/
+22
5 days
Expose the provider `c_get_params` function via PROV_CTX.
Viktor Dukhovni
5
-0
/
+60
5 days
Don't lose config infopairs of built-in providers
Viktor Dukhovni
1
-15
/
+45
6 days
os-zoo.yml: Add linux-s390x runner
Dmitry Misharov
1
-0
/
+17
6 days
Fix data race in asn1_str2tag() on tntmp which was accidentally made static
Stas Cymbalov
1
-1
/
+2
6 days
eddsa_signverify_init(): Avoid memory leak on error
Tomas Mraz
1
-0
/
+1
6 days
mac_legacy_kmgmt.c: Avoid possible memory leak on error
Tomas Mraz
1
-2
/
+2
6 days
test_kdf_scrypt(): Test resetting the KDF context
Tomas Mraz
1
-10
/
+16
6 days
kdf_scrypt_reset(): NULLify freed pointers
Tomas Mraz
1
-0
/
+2
6 days
scrypt: Do not free the context itself when fetch fails
Tomas Mraz
1
-1
/
+0
6 days
config.pod: Fix typo
Alexander Heinlein
1
-1
/
+1
6 days
Refactor MAKE_ENCODER in providers/implementations/encode_decode/encode_key2a...
Richard Levitte
1
-105
/
+101
6 days
Give DTLS tests more time to complete
Bernd Edlinger
1
-1
/
+1
7 days
apps/cms.c: Cleanup for dead assignment to argc
Alex Prabhat Bara
1
-1
/
+0
7 days
rcu: Ensure that updates to the ID field of a qp don't lose refs
Neil Horman
1
-4
/
+27
8 days
byteorder.h: Fix MSVC compiler error C2371
Kelvin Lee
1
-0
/
+1
8 days
providers/implementations/keymgmt/ec_kmgmt.c: Remove unused variable
Jiasheng Jiang
1
-2
/
+0
8 days
Improve ASN1_TIME_print documentation and output
Michael Baentsch
2
-32
/
+31
8 days
keymgmt: refactor fips indicator check
Dimitri John Ledkov
1
-8
/
+4
8 days
s_socket: naccept: close listening socket after accepting clients
Nadav Tasher
1
-2
/
+9
8 days
Support boolean queries against provider config
Viktor Dukhovni
4
-5
/
+62
8 days
Revert "Move rodata to .rodata section for armv8"
Alexey Moksyakov
3
-46
/
+22
9 days
Restore correct registers in aarch64 AES-CTR code
Julian Andres Klode
1
-1
/
+1
9 days
Move some encode helpers to crypt/encode_decode/
Viktor Dukhovni
3
-217
/
+245
9 days
Check return of OSSL_PROVIDER_do_all to avoid coverity noise
Viktor Dukhovni
1
-2
/
+3
9 days
Don't promise a non-zero return size in error cases.
Viktor Dukhovni
1
-66
/
+80
9 days
Make the provider context available to encoders
Viktor Dukhovni
7
-79
/
+166
10 days
Add CHANGES.md and NEWS.md updates for CVE-2024-13176
Tomas Mraz
2
-3
/
+25
10 days
Fix timing side-channel in ECDSA signature computation
Tomas Mraz
3
-9
/
+22
10 days
fix X509_PURPOSE_add() to take |sname| as primary key and handle |id| in a ba...
Dr. David von Oheimb
10
-73
/
+266
10 days
fix X509_PURPOSE_set() to support clearing the purpose requirement as needed ...
Dr. David von Oheimb
5
-3
/
+6
10 days
If you call X509_add_cert with cert == NULL and the X509_ADD_FLAG_UP_REF
otherddn1978
2
-0
/
+3
12 days
Fix documentation of OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTION
Richard Levitte
3
-4
/
+7
12 days
test: aAissuingDistributionPoint X.509v3 extension
Jonathan M. Wilbur
2
-1
/
+34
12 days
doc: aAissuingDistributionPoint X.509v3 extension
Jonathan M. Wilbur
2
-0
/
+8
12 days
feat: support the aAissuingDistributionPoint X.509v3 extension
Jonathan M. Wilbur
5
-0
/
+189
12 days
Support CLI and API setting of provider configuration parameters
Viktor Dukhovni
11
-29
/
+168
12 days
Work around to get llvm-mingw working on aarch64
Alexandr Nedvedicky
1
-0
/
+9
12 days
Move rodata to .rodata section for armv8
Alexey Moksyakov
3
-22
/
+46
12 days
Missing .gitignore entries
Dmitry Belyavskiy
1
-0
/
+21
[next]