Sign in
flutter
/
third_party
/
openssl
/
491c35324c9f4392ec3d59bb260bf9b7e588f881
/
engines
6ec5fce
Update copyright year
by Matt Caswell
· 7 years ago
32c6985
Fix mixed indentation (and other whitespace issues)
by Dr. Matthias St. Pierre
· 7 years ago
b0edda1
Update copyright year
by Matt Caswell
· 7 years ago
51cf8ba
engines/asm/e_padlock*: add support for Zhaoxin's x86 platform
by JeffZhao
· 7 years ago
3295d24
Use the TLSv1.3 record header as AAD
by Matt Caswell
· 7 years ago
722c976
Harmonize the make variables across all known platforms families
by Richard Levitte
· 7 years ago
6738bf1
Update copyright year
by Matt Caswell
· 7 years ago
04e3bb0
Fix some undefined behaviour in ossltest engine
by Matt Caswell
· 7 years ago
3a7141d
Make all private functions in e_afalg.c static
by Richard Levitte
· 7 years ago
8c3bc59
Processing GNU-style "make variables" - separate CPP flags from C flags
by Richard Levitte
· 7 years ago
48e5119
Copyright update of more files that have changed this year
by Richard Levitte
· 7 years ago
6ce66ce
Simplify Cygwin checks, part 1
by Richard Levitte
· 7 years ago
f113884
putting the missing static
by JitendraLulla
· 7 years ago
7e8a5e3
make get_cipher_handle static
by JitendraLulla
· 7 years ago
a3d7fd2
fix --strict-warnings
by JitendraLulla
· 7 years ago
49ea0f0
extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. comments from matt, Stephen considered
by JitendraLulla
· 7 years ago
46f4e1b
Many spelling fixes/typo's corrected.
by Josh Soref
· 7 years ago
f479eab
style : fix some if(...
by FdaSilvaYY
· 7 years ago
3ba7023
afalg: Fix kernel version check
by Baptiste Jonglez
· 7 years ago
bee9c8a
afalg: Use eventfd2 syscall instead of eventfd
by Baptiste Jonglez
· 7 years ago
c57c32a
Add predicatable RAND_METHOD to test ENGINE
by Dr. Stephen Henson
· 8 years ago
624265c
Cleanup some copyright stuff
by Rich Salz
· 8 years ago
5816586
Put message strings in state files
by Rich Salz
· 8 years ago
52df25c
make error tables const and separate header file
by Rich Salz
· 8 years ago
1514f7c
Move engines/afalg to engines
by Rich Salz
· 8 years ago
e195c8a
Remove filename argument to x86 asm_init.
by David Benjamin
· 8 years ago
a68d350
check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD
by Rich Salz
· 8 years ago
c27778d
e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.
by Andy Polyakov
· 8 years ago
8ab9af5
engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.
by Andy Polyakov
· 8 years ago
3a5b64b
engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.
by Andy Polyakov
· 8 years ago
8f0e588
engine/e_capi.c: more formatting and styling fixes.
by Andy Polyakov
· 8 years ago
e08b444
engines/e_capi.c: formatting and styling fixes.
by Andy Polyakov
· 8 years ago
38a322a
Code health: Remove unused VAX transfer vector for engines
by Richard Levitte
· 8 years ago
44e2d45
Move the CHIL engine to demos/engines
by Richard Levitte
· 8 years ago
97043e4
e_afalg: Don't warn about kernel version when pedantic
by Richard Levitte
· 8 years ago
6606d60
Fix some style issues in the TLSv1.3 nonce construction code
by Matt Caswell
· 8 years ago
bebc0c7
Use the TLSv1.3 nonce construction
by Matt Caswell
· 8 years ago
a1fd1fb
Fix a missing function prototype in AFALG engine
by Matt Caswell
· 8 years ago
7b176a5
Only build the body of e_padlock when there are lower level routines
by Richard Levitte
· 8 years ago
ca0b75a
Fix some style issues in ossltest
by Matt Caswell
· 8 years ago
aad22ba
Make sure ossltest engine works with TLS1.3
by Matt Caswell
· 8 years ago
574cffd
Engine afalg: properly set operation type also on big endian.
by Tomas Mraz
· 8 years ago
609b085
Remove trailing whitespace from some files.
by David Benjamin
· 8 years ago
4e39972
engines/afalg: make it compile with backward compatibility headers.
by Andy Polyakov
· 9 years ago
46117d3
dasync is an internal testing engine, so don't install it
by Richard Levitte
· 9 years ago
40c60b0
Avoid truncating the pointer on x32 platform.
by Tomas Mraz
· 9 years ago
e7e5d60
Add a comment for the added cast with explanation.
by Tomas Mraz
· 9 years ago
3f8d121
Fix af_alg engine failure on 32 bit architectures.
by Tomas Mraz
· 9 years ago
7218ae5
Use _NO_INST in some build.info files
by Richard Levitte
· 9 years ago
f1f5ee1
include/openssl: don't include <windows.h> in public headers.
by Andy Polyakov
· 9 years ago
0483f58
Simplify INCLUDE statements in build.info files
by Richard Levitte
· 9 years ago
7a53360
engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.
by Andy Polyakov
· 9 years ago
25b9d11
Handle inability to create AFALG socket
by Matt Caswell
· 9 years ago
2a7de0f
Fixes to get -ansi working
by Jeffrey Walton
· 9 years ago
56989dc
Fix some GitHub issues.
by Rich Salz
· 9 years ago
b8a9af6
Remove/rename some old files.
by Rich Salz
· 9 years ago
44c8a5e
Add final(?) set of copyrights.
by Rich Salz
· 9 years ago
b2b361f
Raise an Err when CRYPTO_THREAD_lock_new fails
by FdaSilvaYY
· 9 years ago
cfe1d99
x86_64 assembly pack: tolerate spaces in source directory name.
by Andy Polyakov
· 9 years ago
7030e35
build.info files: add quotes around any spec that may contain spaces
by Richard Levitte
· 9 years ago
0447316
GH919: Fix wrappers for two headers
by Rich Salz
· 9 years ago
6aa36e8
Add OpenSSL copyright to .pl files
by Rich Salz
· 9 years ago
690b462
Add some check for malloc failure in the CAPI engine
by Matt Caswell
· 9 years ago
b6cff31
Manual fixes after copyright consolidation
by Rich Salz
· 9 years ago
440e5d8
Copyright consolidation 02/10
by Rich Salz
· 9 years ago
8aac5d2
Fix RSA dasync engine bug
by Matt Caswell
· 9 years ago
3c01ed6
Add missing initialiser in e_chil.c
by Richard Levitte
· 9 years ago
538dbbc
typo
by Dr. Stephen Henson
· 9 years ago
b1a07c3
Remove obsolete defined(__INTEL__) condition.
by Andy Polyakov
· 9 years ago
f0483bf
Fix capi engine for no-dsa
by Matt Caswell
· 9 years ago
45c6e23
Remove --classic build entirely
by Richard Levitte
· 9 years ago
627537d
Fix AFALG kernel and headers mismatch problem
by Matt Caswell
· 9 years ago
5158c76
Remove OPENSSL_NO_AES guards
by Matt Caswell
· 9 years ago
7e74eaa
Rename internal symbol to follow internal naming pattern
by Richard Levitte
· 9 years ago
b3599db
Rename int_*() functions to *_int()
by Matt Caswell
· 9 years ago
342c21c
Rename lots of *_intern or *_internal function to int_*
by Matt Caswell
· 9 years ago
e9c2b10
Fix forgotten adaptation to opaque RSA and RSA_METHOD
by Richard Levitte
· 9 years ago
b72c912
Make the RSA_METHOD structure opaque
by Richard Levitte
· 9 years ago
6c13488
Make sure the rand_byte buffer in padlock engine is cleansed.
by Richard Levitte
· 9 years ago
aa05e7c
Rename get/set_app_data to get0/set0_app_data
by Matt Caswell
· 9 years ago
a517f7f
Various DSA opacity fixups
by Matt Caswell
· 9 years ago
6e9fa57
Make DSA_METHOD opaque
by Matt Caswell
· 9 years ago
921de15
Move dso.h to internal
by Rich Salz
· 9 years ago
007c80e
Remove the remainder of util/mk1mf.pl and companion scripts
by Richard Levitte
· 9 years ago
6bf73e5
Fix no-deprecated
by Matt Caswell
· 9 years ago
a57bfe4
Resolved unresolved symbols with no-hw
by Matt Caswell
· 9 years ago
d43a8fd
engines/Makefile.in: some [older] shell complain about 'for i ;',
by Andy Polyakov
· 9 years ago
f425f9d
Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)
by Richard Levitte
· 9 years ago
256ed96
Fix a memory leak in the afalg engine
by Matt Caswell
· 9 years ago
9ee3a5b
Don't add engines if configured "no-engine"
by Richard Levitte
· 9 years ago
707059a
Don't add afalg engine if configured "no-engine"
by Richard Levitte
· 9 years ago
5b14d5b
Make sure the effect of "pic" / "no-pic" is used with assembler compilations
by Richard Levitte
· 9 years ago
71a07ca
Convert the dynlocks in e_chil to the new Thread API locks
by Richard Levitte
· 9 years ago
af48aa7
Remove another lock from e_chil
by Matt Caswell
· 9 years ago
0231a02
Move chil engine to the new thread api
by Matt Caswell
· 9 years ago
2f78195
Use correct function ID in error path
by Alessandro Ghedini
· 9 years ago
a8a3554
Adapt e_capi to the DSA_SIG_get0() API
by Richard Levitte
· 9 years ago
6a6462f
Fix engine/asm/e_padlock-x86.pl for newer semantics
by Richard Levitte
· 9 years ago
e38c2e8
Refactor dasync cipher implementations to improve code reuse
by Matt Caswell
· 9 years ago
11780ac
Move the _hidden_* static variables in dasync to be constructed in bind
by Matt Caswell
· 9 years ago
Next »