index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
v3_sxnet.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-03
Update Paul's pgp key signature
Pauli
1
-1
/
+1
2022-05-03
c_rehash: Do not use shell to invoke openssl
Tomas Mraz
1
-4
/
+25
2022-05-03
Fix the RC4-MD5 cipher
Matt Caswell
3
-25
/
+3
2022-05-03
Test ocsp with invalid responses and the "-no_cert_checks" option
Matt Caswell
1
-57
/
+65
2022-05-03
Fix OCSP_basic_verify signer certificate validation
Matt Caswell
1
-2
/
+3
2022-05-03
Acceleration of chacha20 on aarch64 by SVE
Daniel Hu
6
-6
/
+925
2022-05-03
md5: add assembly implementation for aarch64
Jonathan Swinney
3
-1
/
+697
2022-05-02
Improving locale test
Dmitry Belyavskiy
1
-2
/
+4
2022-05-02
fix_dh_paramgen_type: Avoid crash with invalid paramgen type
Tomas Mraz
1
-1
/
+5
2022-05-02
evp_md_init_internal: Avoid reallocating algctx if digest unchanged
Tomas Mraz
3
-24
/
+24
2022-05-02
http_client.c: check expected content type only if HTTP status code is 200 (OK)
Dr. David von Oheimb
1
-1
/
+1
2022-04-29
Testing the EVP_PKEY_CTX_new_from_name without preliminary init
Dmitry Belyavskiy
3
-2
/
+22
2022-04-29
Ensure we initialized the locale before evp_pkey_name2type
Dmitry Belyavskiy
1
-1
/
+2
2022-04-29
Fix memleak in test/provider_test.c
Richard Levitte
1
-1
/
+4
2022-04-29
Prefer .inst rather than .long for probe instructions in arm64cpuid.pl
yavtuk
1
-4
/
+4
2022-04-29
poly1305: Properly copy the whole context on dup
Tomas Mraz
1
-2
/
+3
2022-04-27
doc: replace "symmetric cipher" phrase in EVP_MD manpages
Jan Engelhardt
11
-11
/
+11
2022-04-27
Prefer GNU library initialization mechanism over platform one
Jon Spillett
1
-6
/
+7
2022-04-27
Test that SipHash_Final() fails on uninited context
Tomas Mraz
1
-0
/
+2
2022-04-27
siphash: Properly set mac size in sipcopy
Tomas Mraz
1
-4
/
+6
2022-04-27
siphash: Fail finalization on uninitialized siphash context
Tomas Mraz
1
-1
/
+1
2022-04-26
Move ossl_deinit_casecmp to the end of OPENSSL_cleanup()
Mathias Berchtold
1
-5
/
+5
2022-04-26
pem_password_cb(3): References to other man pages
EasySec
1
-2
/
+2
2022-04-26
Clear unused variables in X509_print_ex()
zhouzilong
1
-2
/
+1
2022-04-25
Use .s extension for ia64 assembler
Jon Spillett
3
-3
/
+3
2022-04-25
Fix bug in OPENSSL_LH_flush
Hugo Landau
1
-0
/
+2
2022-04-25
Add support for new release commit review requirement bypass
Hugo Landau
1
-4
/
+4
2022-04-22
Add Tomas Mraz key to release key fingerprints
Tomas Mraz
1
-0
/
+3
2022-04-22
Never use `__atomic_*` on macOS 10.7 and 10.8
Kirill A. Korinsky
1
-3
/
+15
2022-04-22
Minimal test checking we can get public key in Turkish locale
Dmitry Belyavskiy
4
-1
/
+153
2022-04-22
FIPS provider modifications
Dmitry Belyavskiy
1
-0
/
+37
2022-04-22
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
63
-216
/
+162
2022-04-22
Public API functions OPENSSL_str[n]casecmp
Dmitry Belyavskiy
9
-2
/
+157
2022-04-21
Fix gcc 6.3 builds of aarch64 BSAES
Tom Cosgrove
1
-10
/
+10
2022-04-21
Clear incorrectly reported errors in cms_io.
Daniel Fiala
4
-5
/
+38
2022-04-21
Fix a possible NULL pointer dereference in create_cert_store()
Zhou Qingyang
1
-0
/
+4
2022-04-21
Fix wild pointer dereference in make_ocsp_response()
Zhou Qingyang
1
-0
/
+5
2022-04-19
Fix small typo in X509v3_get_ext_by_NID() man page
EasySec
1
-1
/
+1
2022-04-19
Do a prelimary check for numbers in openssl prime command.
Daniel Fiala
1
-5
/
+20
2022-04-19
Avoid undefined behavior of provided macs on EVP_MAC reinitialization
Tomas Mraz
5
-33
/
+39
2022-04-19
evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTX
Tomas Mraz
2
-0
/
+83
2022-04-19
doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.
EasySec
1
-1
/
+2
2022-04-19
fix some typos
cuishuang
1
-1
/
+1
2022-04-14
Fix an assertion in the DTLS server code
Bernd Edlinger
2
-4
/
+50
2022-04-14
Add error code for unsupported explicit parameters
Tomas Mraz
5
-3
/
+8
2022-04-14
endecode_test: Handle expected failures for non-fips ec keys
Tomas Mraz
1
-35
/
+49
2022-04-14
Import only named params into FIPS module
Tomas Mraz
1
-7
/
+18
2022-04-13
Check the return of EVP_KDF_fetch()
tangyiqun
1
-0
/
+2
2022-04-12
Added Simple SSL Echo Client/Server to demos.
bobwirka
7
-0
/
+485