Sign in
flutter
/
third_party
/
openssl
/
986caf9e34fd60366a5b3711bb12e239e43a2431
/
crypto
/
include
/
internal
6ebb49f
Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bits
by Richard Levitte
· 7 years ago
6ec5fce
Update copyright year
by Matt Caswell
· 7 years ago
74a8acb
Fix memleaks in async api
by Bernd Edlinger
· 7 years ago
eb2b989
Ensure the thread keys are always allocated in the same order
by Bernd Edlinger
· 7 years ago
5bc6bcf
DRBG: implement a get_nonce() callback
by Dr. Matthias St. Pierre
· 7 years ago
3fd5970
Add support for the SRP base64 alphabet
by Matt Caswell
· 7 years ago
c080461
Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions
by Matt Caswell
· 7 years ago
4845aeb
Change rand_pool_add[_end] prototypes to match
by Richard Levitte
· 7 years ago
c4d3c19
Update copyright year
by Matt Caswell
· 7 years ago
c45bf27
Move the handling of dso_scheme to dso_conf.h
by Richard Levitte
· 7 years ago
b0edda1
Update copyright year
by Matt Caswell
· 7 years ago
7caf122
Make the public and private DRBG thread local
by Kurt Roeckx
· 7 years ago
eb23813
Propagate the request for prediction resistance to the get entropy call
by Kurt Roeckx
· 7 years ago
6decf94
Publish the RAND_DRBG API
by Dr. Matthias St. Pierre
· 7 years ago
a08802c
Add functions to create an EVP_PKEY from raw private/public key data
by Matt Caswell
· 7 years ago
13735cf
Integrate X448 and Ed448 into libcrypto
by Matt Caswell
· 7 years ago
0d66475
Update copyright year
by Matt Caswell
· 7 years ago
604e591
Fix some bugs with the cfb1 bitsize handling
by Bernd Edlinger
· 7 years ago
4bed94f
SHA512/224 and SHA512/256
by Pauli
· 7 years ago
b000470
Support public key and param check in EVP interface
by Paul Yang
· 7 years ago
46f4e1b
Many spelling fixes/typo's corrected.
by Josh Soref
· 7 years ago
67e247f
SM3: restructure to EVP internal and update doc to right location
by Ronald Tse
· 7 years ago
f19a5ff
SM4: Add SM4 block cipher to EVP
by Ronald Tse
· 7 years ago
c16de9d
Fix reseeding issues of the public RAND_DRBG
by Dr. Matthias St. Pierre
· 7 years ago
e3713c3
Remove email addresses from source code.
by Rich Salz
· 7 years ago
7806a78
DH named parameter support
by Dr. Stephen Henson
· 7 years ago
d19b01a
Add EVP_PKEY_set1_engine() function.
by Dr. Stephen Henson
· 7 years ago
19f05eb
Fix typos
by Keshav Kini
· 7 years ago
0822e89
Support EVP_PKEY_meth_remove and pmeth internal cleanup
by Paul Yang
· 8 years ago
2aee35d
Support key check in EVP interface
by Paul Yang
· 8 years ago
0b14a5b
Don't auto-instantiate a DRBG when trying to use it and it's not
by Kurt Roeckx
· 8 years ago
a1df06b
This has been added to avoid the situation where some host ctype.h functions
by Pauli
· 8 years ago
cefa762
Add interface to the scrypt KDF by means of PKEY_METHOD
by Johannes Bauer
· 8 years ago
a35f607
Make RAND_DRBG fork-safe
by Rich Salz
· 8 years ago
5f8dd0f
Add missing include of cryptlib.h
by Rich Salz
· 8 years ago
67dc995
Move ossl_assert
by Matt Caswell
· 8 years ago
63f483e
Rename internal rand.h file
by Rich Salz
· 8 years ago
2915fe1
Add fork handlers, based on pthread_atfork
by Rich Salz
· 8 years ago
4c17819
Add internal functions to fetch PEM data from an opened BIO
by Richard Levitte
· 8 years ago
86f7b04
Make asn1_d2i_read_bio accessible from STORE
by Richard Levitte
· 8 years ago
71a5516
Add the STORE module
by Richard Levitte
· 8 years ago
619eb33
Add new /dev/crypto engine
by Richard Levitte
· 8 years ago
f39a550
Remove bsd_cryptodev engine
by Rich Salz
· 8 years ago
5aba2b6
Correct Oracle copyrights & clarify.
by Pauli
· 8 years ago
42a3008
ED25519 public key method.
by Dr. Stephen Henson
· 8 years ago
a13727e
add method
by Dr. Stephen Henson
· 8 years ago
f723c98
Add support for custom digestsign/digestverify methods.
by Dr. Stephen Henson
· 8 years ago
f83409a
aria/aria.c: address undefined behaviour warning in small-footprint path.
by Andy Polyakov
· 8 years ago
f44903a
Address some -Wold-style-declaration warnings
by Benjamin Kaduk
· 8 years ago
786dd2c
Add support for custom signature parameters
by Dr. Stephen Henson
· 8 years ago
dc99b88
Add ARIA 32-bit implementation
by letrhee-nsr
· 8 years ago
f46f69f
VMS: Copy DECC inclusion epi- and prologues to internals
by Richard Levitte
· 8 years ago
1fef2f8
Remove dead code in bn
by Matt Caswell
· 8 years ago
d42d0a4
Implementation of the ARIA cipher as described in RFC 5794.
by Pauli
· 8 years ago
3f5616d
Add support for parameterized SipHash
by Todd Short
· 8 years ago
9d6fcd4
Cleanup EVP_CIPH/EP_CTRL duplicate defines
by Todd Short
· 8 years ago
52ad5b6
Add support for Poly1305 in EVP_PKEY
by Todd Short
· 8 years ago
f7edece
Add "random malloc failure" tooling
by Rich Salz
· 8 years ago
6577e00
PSS EVP_PKEY method
by Dr. Stephen Henson
· 8 years ago
4e8ba74
PSS ASN.1 method
by Dr. Stephen Henson
· 8 years ago
2f545ae
Add support for reference counting using C11 atomics
by Kurt Roeckx
· 8 years ago
76dc356
Remove an useless definition.
by FdaSilvaYY
· 9 years ago
3a60d6f
Avoid duplicated code.
by Dr. Stephen Henson
· 9 years ago
245c6bc
Constify private key decode.
by Dr. Stephen Henson
· 9 years ago
262bd85
Add X25519 methods to internal tables
by Dr. Stephen Henson
· 9 years ago
a4cb54d
Fix type of ptr field.
by Dr. Stephen Henson
· 9 years ago
6025001
spelling fixes, just comments and readme.
by klemens
· 9 years ago
fc9d1ef
Remove current_method from X509_STORE_CTX
by Dr. Stephen Henson
· 9 years ago
0a5fe2e
Add setter and getter for X509_STORE's check_policy
by Richard Levitte
· 9 years ago
69588ed
Check for errors allocating the error strings.
by Kurt Roeckx
· 9 years ago
e8aa8b6
Fix a few if(, for(, while( inside code.
by FdaSilvaYY
· 9 years ago
5bd5dcd
Add nameConstraints commonName checking.
by Dr. Stephen Henson
· 9 years ago
a90f8d7
VMS: Simplify the spec of the default certs & keys area.
by Richard Levitte
· 9 years ago
d17d329
Fix some VMS inconsistencies
by Richard Levitte
· 9 years ago
3ce2fda
Convert memset calls to OPENSSL_cleanse
by Matt Caswell
· 9 years ago
687b486
Rework error handling from asn1_do_lock method.
by FdaSilvaYY
· 9 years ago
0948781
Move OS-specific fopen quirks to o_fopen.c.
by Andy Polyakov
· 9 years ago
b1b1cba
Fix an MSVC warning.
by FdaSilvaYY
· 9 years ago
6670d55
Make a2i_ipadd an internal function
by Rich Salz
· 9 years ago
578b551
Specifiy size of arrays
by Kurt Roeckx
· 9 years ago
7d37818
Use strerror_r()/strerror_s() instead of strerror() where possible
by Matt Caswell
· 9 years ago
aa6bb13
Copyright consolidation 05/10
by Rich Salz
· 9 years ago
21dcbeb
Copyright consolidation 03/10
by Rich Salz
· 9 years ago
21e0017
Restore the ERR_remove_thread_state() API and make it a no-op
by Richard Levitte
· 9 years ago
8483a00
various spelling fixes
by FdaSilvaYY
· 9 years ago
e0a6519
Copyright consolidation: perl files
by Rich Salz
· 9 years ago
f0e0fd5
Make many X509_xxx types opaque.
by Rich Salz
· 9 years ago
1ee7b8b
Fix ex_data locks issue
by Matt Caswell
· 9 years ago
c3a64b5
The err_cleanup() funtion is internal so shouldn't be exported
by Matt Caswell
· 9 years ago
ff23440
Ensure all locks are properly cleaned up
by Matt Caswell
· 9 years ago
13524b1
Move a declaration that's private to libcrypto
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
6d4fb1d
Deprecate ENGINE_cleanup() and make it a no-op
by Matt Caswell
· 9 years ago
7b8cc9b
Deprecate OBJ_cleanup() and make it a no-op
by Matt Caswell
· 9 years ago
22c84af
Deprecate EVP_cleanup() and make it a no-op
by Matt Caswell
· 9 years ago
a5e3ac1
Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op
by Matt Caswell
· 9 years ago
f3cd81d
Deprecate RAND_cleanup() and make it a no-op
by Matt Caswell
· 9 years ago
6827cb3
Deprecate ERR_free_strings() and make it a no-op
by Matt Caswell
· 9 years ago
e771eea
Revert "various spelling fixes"
by Rich Salz
· 9 years ago
Next »