.. |
aes
|
d6e4287c97
aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.
|
5 years ago |
aria
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
asn1
|
6098b69e58
Move ASN1_BROKEN macros
|
5 years ago |
async
|
9f5a87fd66
add an additional async notification communication method based on callback
|
5 years ago |
bf
|
8b00b7b8b3
Following the license change, modify the boilerplates in crypto/bf/
|
6 years ago |
bio
|
d34bce03ac
Add testing of RDONLY memory BIOs
|
5 years ago |
blake2
|
98f29466dc
fix truncation of integers on 32bit AIX
|
5 years ago |
bn
|
3e3dcf9ab8
Call RSA generation callback at the correct time.
|
5 years ago |
buffer
|
0c4fa1f10d
Following the license change, modify the boilerplates in crypto/buffer/
|
6 years ago |
camellia
|
5593d9c952
Following the license change, modify the boilerplates in crypto/camellia/
|
6 years ago |
cast
|
a5024e0609
Following the license change, modify the boilerplates in crypto/cast/
|
6 years ago |
chacha
|
86a7ac5e76
chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.
|
5 years ago |
cmac
|
8de396f875
Following the license change, modify the boilerplates in crypto/cmac/
|
6 years ago |
cms
|
0fc4d00a00
Change arg to cms_CompressedData_init_bio to be const
|
5 years ago |
comp
|
48f66f8115
Following the license change, modify the boilerplates in crypto/comp/
|
6 years ago |
conf
|
23dc8feba8
Coverity: fix two minor NPD issues.
|
5 years ago |
crmf
|
ce9b996409
replace 'OpenSSL license' by 'Apache License 2.0'
|
5 years ago |
ct
|
5477e84273
Following the license change, modify the boilerplates in crypto/ct/
|
6 years ago |
des
|
df4439186f
Remove unnecessary trailing whitespace
|
5 years ago |
dh
|
2500c093aa
Increase rounds of Miller-Rabin testing DH_check
|
5 years ago |
dsa
|
ce1415ed2c
Added NULL check to BN_clear() & BN_CTX_end()
|
5 years ago |
dso
|
31b6ed76df
Rework DSO API conditions and configuration option
|
5 years ago |
ec
|
15972296af
Fix calling convention bug in ecp_nistz256_ord_sqr_mont
|
5 years ago |
engine
|
bc362b9b72
Convert the ENGINE_CONF trace calls to use CONF instead
|
5 years ago |
err
|
6caf7f3aec
Create provider errors and use them
|
5 years ago |
ess
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 years ago |
evp
|
33b40a1027
If key or iv is NULL set the respective length to 0
|
5 years ago |
gmac
|
58efb32c8b
Following the license change, modify the boilerplates in crypto/gmac/
|
6 years ago |
hmac
|
48fdeca01d
Don't allow SHAKE128/SHAKE256 with HMAC
|
5 years ago |
idea
|
aa2d9a76b4
Following the license change, modify the boilerplates in crypto/idea/
|
6 years ago |
include
|
718b133a53
Implement AES CBC ciphers in the default provider
|
5 years ago |
kdf
|
97cc9c9b01
Coverity: hkdf ENV_MD_size() is an int that can be negative
|
5 years ago |
kmac
|
97c213814b
Update kmac.c
|
6 years ago |
lhash
|
bcb5d42171
OPENSSL_LH_flush(): assign NULL after freeing
|
5 years ago |
md2
|
4911f55362
Following the license change, modify the boilerplates in crypto/mdN/
|
6 years ago |
md4
|
4911f55362
Following the license change, modify the boilerplates in crypto/mdN/
|
6 years ago |
md5
|
4911f55362
Following the license change, modify the boilerplates in crypto/mdN/
|
6 years ago |
mdc2
|
2bcb0fc862
Following the license change, modify the boilerplates in crypto/mdc2/
|
6 years ago |
modes
|
6465321e40
ARM64 assembly pack: add ThunderX2 results.
|
5 years ago |
objects
|
9537fe5757
Single step kdf implementation
|
5 years ago |
ocsp
|
cc6d92619f
Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const params
|
5 years ago |
pem
|
8cf85d4899
Fix the allocation size in EVP_OpenInit and PEM_SignFinal
|
5 years ago |
perlasm
|
e09633107b
Check for unpaired .cfi_remember_state
|
5 years ago |
pkcs12
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 years ago |
pkcs7
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 years ago |
poly1305
|
6465321e40
ARM64 assembly pack: add ThunderX2 results.
|
5 years ago |
property
|
1393722af3
ossl_method_store_cache_get(): ensure non-NULL property query
|
5 years ago |
rand
|
b8621bdde7
Fix bug in entropy gathering.
|
5 years ago |
rc2
|
5e4435a760
Following the license change, modify the boilerplates in crypto/rcN/
|
6 years ago |
rc4
|
1039c78255
Build: correct assembler generation in crypto/rc4/build.info
|
5 years ago |
rc5
|
5e4435a760
Following the license change, modify the boilerplates in crypto/rcN/
|
6 years ago |
ripemd
|
57946a26b6
Following the license change, modify the boilerplates in crypto/ripemd/
|
6 years ago |
rsa
|
ad7e17dd6c
SP 800-56B steps enumerated.
|
5 years ago |
seed
|
39c44eee7f
Following the license change, modify the boilerplates in crypto/seed/
|
6 years ago |
sha
|
6465321e40
ARM64 assembly pack: add ThunderX2 results.
|
5 years ago |
siphash
|
134148276b
Following the license change, modify the boilerplates in crypto/siphash/
|
6 years ago |
sm2
|
8267becb8b
Support SM2 certificate verification
|
5 years ago |
sm3
|
f9f859adc6
Following the license change, modify the boilerplates in crypto/smN/
|
6 years ago |
sm4
|
f9f859adc6
Following the license change, modify the boilerplates in crypto/smN/
|
6 years ago |
srp
|
df4439186f
Remove unnecessary trailing whitespace
|
5 years ago |
stack
|
4fc56f9022
Following the license change, modify the boilerplates in crypto/stack/
|
6 years ago |
store
|
5c0d0c86af
Following the license change, modify the boilerplates in crypto/store/
|
6 years ago |
ts
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 years ago |
txt_db
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
ui
|
5c8b7b4caa
Cleanup vxworks support to be able to compile for VxWorks 7
|
5 years ago |
whrlpool
|
677c7ab9ea
Following the license change, modify the boilerplates in crypto/whrlpool/
|
6 years ago |
x509
|
ccf453610f
Make X509_set_sm2_id consistent with other setters
|
5 years ago |
x509v3
|
86afd005fb
remove 'keyid:' when printing simple X509 authority keyID (without issuer and serial)
|
5 years ago |
LPdir_nyi.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
LPdir_unix.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
LPdir_vms.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
LPdir_win.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
LPdir_win32.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
LPdir_wince.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
README.sparse_array
|
a40f0f6475
Add sparse array data type.
|
5 years ago |
alphacpuid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
arm64cpuid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
arm_arch.h
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
armcap.c
|
5f40dd158c
crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()
|
5 years ago |
armv4cpuid.pl
|
3405db97e5
ARM assembly pack: make it Windows-friendly.
|
5 years ago |
build.info
|
0109e030db
Add a way for the application to get OpenSSL configuration data
|
5 years ago |
c64xpluscpuid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
context.c
|
d64b62998b
Add an OpenSSL library context
|
5 years ago |
core_fetch.c
|
dc46e3dde5
Use the right NID when putting a method in the store
|
5 years ago |
cpt_err.c
|
abbc2c4083
Replumbing: add a configuration module for providers
|
5 years ago |
cryptlib.c
|
df4439186f
Remove unnecessary trailing whitespace
|
5 years ago |
ctype.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
cversion.c
|
47ca833835
Add the possibility to display and use MODULESDIR
|
5 years ago |
dllmain.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
ebcdic.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
ex_data.c
|
23dc8feba8
Coverity: fix two minor NPD issues.
|
5 years ago |
getenv.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
ia64cpuid.S
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
info.c
|
0109e030db
Add a way for the application to get OpenSSL configuration data
|
5 years ago |
init.c
|
e3af453bac
OPENSSL_init_crypto(): check config return code correctly
|
5 years ago |
mem.c
|
9efa0ae0b6
Create a FIPS provider and put SHA256 in it
|
5 years ago |
mem_clr.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
mem_dbg.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
mem_sec.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
mips_arch.h
|
1b9c5f2e2f
Fix compiling error for mips32r6 and mips64r6
|
5 years ago |
o_dir.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
o_fips.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
o_fopen.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
o_init.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
o_str.c
|
e3b35d2b29
openssl_strerror_r: Fix handling of GNU strerror_r
|
5 years ago |
o_time.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
params.c
|
f55ed701a4
Params API: {utf8,octet}_ptr need to know the data size
|
5 years ago |
pariscid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
ppc_arch.h
|
c8f370485c
PPC: Try out if mftb works before using it
|
5 years ago |
ppccap.c
|
a28e4890ee
poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.
|
5 years ago |
ppccpuid.pl
|
c8f370485c
PPC: Try out if mftb works before using it
|
5 years ago |
provider.c
|
3374dc03ed
Replumbing: New public API to load or add providers
|
5 years ago |
provider_conf.c
|
71849dff56
Rename the PROVIDER_CONF trace to CONF
|
5 years ago |
provider_core.c
|
ac1055ef13
Replumbing: add functionality to set provider parameters
|
5 years ago |
provider_local.h
|
c41f3ae0d9
Replumbing: Add a mechanism to pre-populate the provider store
|
5 years ago |
provider_predefined.c
|
8a73348be0
Add a skeleton default provider
|
5 years ago |
s390x_arch.h
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
s390xcap.c
|
61d7045bd2
fix --strict-warnings build
|
5 years ago |
s390xcpuid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
sparc_arch.h
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
sparccpuid.S
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
sparcv9cap.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
sparse_array.c
|
8ab53b193a
Make the sparse array code use ossl_uintmax_t as its index rather than size_t.
|
5 years ago |
threads_none.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
threads_pthread.c
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
threads_win.c
|
09305a7d0a
Avoid linking error for InitializeCriticalSectionAndSpinCount().
|
5 years ago |
trace.c
|
bc362b9b72
Convert the ENGINE_CONF trace calls to use CONF instead
|
5 years ago |
uid.c
|
aefb980c45
crypto/uid.c: use own macro as guard rather than AT_SECURE
|
5 years ago |
vms_rms.h
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
x86_64cpuid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
x86cpuid.pl
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |