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
...
*
Check file name for not being NULL before opening it
Зишан Мирза
2024-09-26
2
-0
/
+15
*
Remove double engine reference in ossl_ec_key_dup()
Зишан Мирза
2024-09-26
1
-7
/
+1
*
Fix NULL ptr dereference on EC_POINT *point
Shawn C
2024-09-26
2
-1
/
+5
*
ctr-drbg: always use the DF for OpenSSL's DRBGs
Pauli
2024-09-24
1
-4
/
+5
*
Check sk_X509_value result before dereference
JohnnySavages
2024-09-24
1
-0
/
+2
*
OSSL_HTTP_adapt_proxy(): fix handling of escaped IPv6 host addresses and of w...
David von Oheimb
2024-09-23
1
-2
/
+16
*
OSSL_HTTP_open(): fix completion with default port for IPv6 host addresses
David von Oheimb
2024-09-23
1
-4
/
+15
*
Fix smime-type for AuthEnvelopedData
Jakub Zelenka
2024-09-19
1
-0
/
+2
*
Fix big-endian Power10 chacha20 implementation
Paul E. Murphy
2024-09-19
1
-4
/
+4
*
fips: continuous random bit generator tests
Pauli
2024-09-19
2
-53
/
+37
*
Add failed entropy continuous test error
Pauli
2024-09-19
1
-0
/
+2
*
Don't restrict what EVP_PKEY_Q_keygen can be used for
Matt Caswell
2024-09-17
1
-8
/
+1
*
feat: use ossl_serial_number_print in X509_print_ex
Jonathan M. Wilbur
2024-09-16
1
-31
/
+4
*
feat: add ossl_serial_number_print
Jonathan M. Wilbur
2024-09-16
2
-3
/
+45
*
feat: support the roleSpecCertIdentifier X.509v3 extension
Jonathan M. Wilbur
2024-09-16
4
-1
/
+99
*
EVP_get_default_properties - implementation
Dmitry Belyavskiy
2024-09-16
1
-0
/
+5
*
fix small footprint builds on arm
Gerd Hoffmann
2024-09-12
1
-0
/
+4
*
feat: print <none> in issuer serials in ac targeting extension
Jonathan M. Wilbur
2024-09-10
1
-0
/
+4
*
feat: support the authorityAttributeIdentifier X.509v3 extension
Jonathan M. Wilbur
2024-09-10
4
-1
/
+83
*
Fix no-thread-pool build on Windows
Tomas Mraz
2024-09-10
1
-1
/
+1
*
Complain about a missing digest when doing deterministic ECDSA
Matt Caswell
2024-09-09
1
-0
/
+4
*
Fix Edge Cases in Password Callback Handling
erbsland-dev
2024-09-09
2
-6
/
+10
*
crypto/pkcs12/p12_mutl.c: Add check and EVP_MD_free() for EVP_MD_fetch()
Jiasheng Jiang
2024-09-05
1
-0
/
+4
*
feat: add TCG / platform certificate OIDs
Jonathan M. Wilbur
2024-09-05
3
-5
/
+931
*
Recycle the TLS key that holds thread_event_handler
Zhihao Yuan
2024-09-05
1
-3
/
+5
*
threads_win: fix improper cast to long * instead of LONG *
Georgi Valkov
2024-09-05
1
-1
/
+1
*
threads: follow formatting rules
Georgi Valkov
2024-09-05
3
-26
/
+30
*
Fix memleak in rsa_cms_sign error path
Daniel Gustafsson
2024-09-05
1
-1
/
+4
*
crypto: fix missing <winsock.h> indirection inclusion.
FdaSilvaYY
2024-09-05
2
-0
/
+3
*
Copyright year updates
Tomas Mraz
2024-09-05
181
-182
/
+182
*
EVP_CIPHER_CTX_get_algor_params() may attempt to access params array
Alexandr Nedvedicky
2024-09-03
1
-1
/
+3
*
s390x: Disable HMAC hardware acceleration when an engine is used for the digest
Ingo Franzki
2024-09-03
1
-0
/
+36
*
Avoid type errors in EAI-related name check logic.
Viktor Dukhovni
2024-09-03
1
-25
/
+53
*
Add support for elf_aux_info() on OpenBSD
Brad Smith
2024-09-02
2
-4
/
+6
*
Missing .rodata for AVX2/AVX512 codepaths
Theo Buehler
2024-09-02
5
-7
/
+9
*
Detect MinGW 32 bit for NO_INTERLOCKEDOR64
Adam (ThinLinc team)
2024-09-02
1
-1
/
+1
*
s390x: Fix HMAC digest detection
Ingo Franzki
2024-09-02
1
-11
/
+5
*
Improve base64 BIO correctness and error reporting
Viktor Dukhovni
2024-08-30
2
-64
/
+64
*
s390x: support CPACF sha3/shake performance improvements
Joerg Schmidbauer
2024-08-29
3
-3
/
+12
*
Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()
Richard Levitte
2024-08-29
1
-0
/
+2
*
Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions
Richard Levitte
2024-08-29
2
-19
/
+4
*
EVP_MD_size() updates
slontis
2024-08-29
11
-13
/
+20
*
Update code to use EVP_MD_xof()
slontis
2024-08-29
1
-5
/
+5
*
XOF / EVP_MD_size() changes.
slontis
2024-08-29
2
-13
/
+40
*
RSA decoder should check also sanity of p, q, e, d ... with respect to n
sashan
2024-08-28
2
-0
/
+56
*
feat: add support for issuedOnBehalfOf X.509v3 extension
Jonathan M. Wilbur
2024-08-27
4
-1
/
+35
*
fix coding style
Richard Levitte
2024-08-27
1
-73
/
+73
*
feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...
Richard Levitte
2024-08-27
1
-0
/
+116
*
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...
Richard Levitte
2024-08-27
3
-44
/
+144
*
fix: alias auditEntity OID
Jonathan M. Wilbur
2024-08-26
4
-962
/
+966
[prev]
[next]