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
*
Explicitly #include <synchapi.h> is unnecessary
Kelvin Lee
2021-09-23
1
-1
/
+0
*
Add default provider support for Keccak 224, 256, 384 and 512
Ulrich Müller
2021-09-23
1
-0
/
+4
*
Fix the parameter type of gf_serialize
Bernd Edlinger
2021-09-17
2
-2
/
+2
*
Fix nc_email to check ASN1 strings with NULL byte in the middle
Nikita Ivanov
2021-09-13
1
-0
/
+3
*
dh_ameth: Fix dh_cmp_parameters to really compare the params
Tomas Mraz
2021-09-10
1
-1
/
+1
*
crypto/bio/bss_bio.c/bio_write: improve border check
PW Hu
2021-09-07
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-09-07
3
-3
/
+3
*
DECODER: check the first decoded structure name against user given structure
Richard Levitte
2021-09-05
2
-35
/
+23
*
Fix double free in EVP_PKEY_CTX_dup()
slontis
2021-09-03
1
-0
/
+4
*
Prioritise DANE TLSA issuer certs over peer certs
Viktor Dukhovni
2021-09-03
1
-8
/
+12
*
rand: avoid using the derivation function for the public and private DRBGs
Pauli
2021-09-03
1
-14
/
+18
*
Openssl fails to compile on Debian with kfreebsd kernels
Mattias Ellert
2021-09-02
1
-1
/
+1
*
Ensure that we check the ASN.1 type of an "otherName" before using it
Matt Caswell
2021-08-31
1
-5
/
+12
*
Refactor provider_core.c to adhere to the locking rules
Matt Caswell
2021-08-31
1
-54
/
+102
*
Add commentary about lock usage in provider_core.c
Matt Caswell
2021-08-31
1
-0
/
+83
*
Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass tests
Tomas Mraz
2021-08-31
2
-6
/
+12
*
[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID
Nicola Tuveri
2021-08-30
2
-1
/
+38
*
Ensure that _GNU_SOURCE is defined for bss_dgram.c
Daniel Krügler
2021-08-29
1
-0
/
+4
*
cms: fix memleaks in cms_env.c
zhaozg
2021-08-27
1
-0
/
+1
*
Add locking for the provider_conf.c
Matt Caswell
2021-08-27
1
-36
/
+53
*
When activating providers via config check we've not already activated them
Matt Caswell
2021-08-27
1
-2
/
+23
*
EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple calls
Tomas Mraz
2021-08-26
1
-8
/
+27
*
ts: fix memleaks caused by TS_VERIFY_CTX_set_imprint
zhaozg
2021-08-26
1
-0
/
+1
*
Add invalid input length error
Pauli
2021-08-26
1
-0
/
+1
*
Avoid invoking memcpy if size is zero or the supplied buffer is NULL
Paul Dreik
2021-08-25
1
-2
/
+6
*
sm2: fix error raise to not fail make update
Pauli
2021-08-25
1
-1
/
+1
*
Check the plaintext buffer is large enough when decrypting SM2
Matt Caswell
2021-08-24
1
-0
/
+4
*
Correctly calculate the length of SM2 plaintext given the ciphertext
Matt Caswell
2021-08-24
1
-16
/
+8
*
Fix the error handling in i2v_AUTHORITY_KEYID
Matt Caswell
2021-08-24
1
-7
/
+26
*
Allow fuzz builds to detect string overruns
Matt Caswell
2021-08-24
1
-1
/
+11
*
Fix EC_GROUP_new_from_ecparameters to check the base length
Matt Caswell
2021-08-24
1
-1
/
+2
*
Fix NETSCAPE_SPKI_print function to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-1
/
+1
*
Fix append_ia5 function to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-4
/
+12
*
Fix CMP code to not assume NUL terminated strings
Matt Caswell
2021-08-24
5
-8
/
+10
*
Fix the name constraints code to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-42
/
+93
*
Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-1
/
+2
*
Fix GENERAL_NAME_print to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-5
/
+10
*
Fix POLICYINFO printing to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-3
/
+6
*
Fix i2v_GENERAL_NAME to not assume NUL terminated strings
Matt Caswell
2021-08-24
2
-16
/
+50
*
EVP_PKEY_get_utf8_string_param(): ensure the string is NUL terminated
Richard Levitte
2021-08-18
1
-6
/
+14
*
s390x: AES OFB/CFB: Maintain running IV from cipher context
Ingo Franzki
2021-08-16
1
-0
/
+12
*
Multiple fixes for getting pub key from legacy DH PKEY
Tomas Mraz
2021-08-16
1
-5
/
+18
*
Allow small RSA exponents in the default provider
Shane Lontis
2021-08-13
1
-18
/
+9
*
EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settable
Tomas Mraz
2021-08-11
1
-1
/
+3
*
Set FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated with FIPS 186-2 gen
Tomas Mraz
2021-08-11
1
-3
/
+7
*
Avoid freeing the conf lhashes in X509_V3_EXT*_add_conf
Tomas Mraz
2021-08-06
1
-0
/
+5
*
Fix ipv4_from_asc behavior on invalid Ip addresses
Amir Mohammadi
2021-08-06
1
-2
/
+6
*
ctrls: add missing control string translation for key -> priv for HMAC
Pauli
2021-08-05
1
-1
/
+1
*
Prevent recursive call of OPENSSL_INIT_LOAD_CONFIG
Tomas Mraz
2021-08-05
1
-14
/
+27
*
Update copyright year
Matt Caswell
2021-07-29
22
-22
/
+22
[next]