projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add weak platform independent PRNG to test framework.
[oweals/openssl.git]
/
crypto
/
include
/
2019-07-23
Richard Levitte
Add a mechnism to save the name of fetched methods
tree
|
commitdiff
2019-07-22
Bernd Edlinger
Allocate DRBG additional data pool from non-secure...
tree
|
commitdiff
2019-07-22
Richard Levitte
Add an internal API to access the KEYMGMT provider...
tree
|
commitdiff
2019-07-22
Richard Levitte
Add evp_keymgmt_clear_pkey_cache() and use it
tree
|
commitdiff
2019-07-22
Richard Levitte
Add evp_keymgmt_export_to_provider(), for key transfer...
tree
|
commitdiff
2019-07-22
Richard Levitte
Add basic EVP_KEYMGMT API and libcrypto <-> provider...
tree
|
commitdiff
2019-07-18
Shane Lontis
Fix S390X compile error due to missing defines
tree
|
commitdiff
2019-07-16
Pauli
Remove tab characters from C source files.
tree
|
commitdiff
2019-07-16
Matt Caswell
Make the EVP Key Exchange code provider aware
tree
|
commitdiff
2019-07-16
Rich Salz
Regenerate mkerr files
tree
|
commitdiff
2019-07-15
Shane Lontis
Add Common shared code needed to move aes ciphers to...
tree
|
commitdiff
2019-07-11
Matt Caswell
Convert asn1_dsa.c to use the WPACKET API instead
tree
|
commitdiff
2019-07-11
Matt Caswell
Convert asn1_dsa.c to use the PACKET API instead
tree
|
commitdiff
2019-07-11
David Makepeace
Add simple ASN.1 utils for DSA signature DER.
tree
|
commitdiff
2019-07-11
Richard Levitte
Make more use of OSSL_PARAM for ciphers
tree
|
commitdiff
2019-07-08
Shane Lontis
Add X9.42 KDF.
tree
|
commitdiff
2019-07-02
Matt Caswell
Provide rand_bytes_ex and rand_priv_bytes_ex
tree
|
commitdiff
2019-06-28
Paul Yang
Support SM2 certificate signing
tree
|
commitdiff
2019-06-27
Matt Caswell
Move the public SIV mode functions from public headers...
tree
|
commitdiff
2019-06-19
Matt Caswell
Provide an ability to deregister thread stop handlers
tree
|
commitdiff
2019-06-17
Matt Caswell
Standardise the function naming conventions in initthread.c
tree
|
commitdiff
2019-06-17
Matt Caswell
Tell the FIPS provider about thread stop events
tree
|
commitdiff
2019-06-17
Matt Caswell
Provide a version of ossl_init_thread_start that works...
tree
|
commitdiff
2019-06-17
Matt Caswell
Split thread intialisation and handling out of init.c
tree
|
commitdiff
2019-06-17
Matt Caswell
Convert thread stop handling into a publish/subscribe...
tree
|
commitdiff
2019-06-07
Matt Caswell
Convert drbg_lib to use OPENSSL_CTX for its global...
tree
|
commitdiff
2019-06-06
Kurt Roeckx
Change EVP_MAC method from copy to dup
tree
|
commitdiff
2019-06-04
Shane Lontis
Move digests to providers
tree
|
commitdiff
2019-06-01
Pauli
Add sparse array of const pointer type
tree
|
commitdiff
2019-05-16
Shane Lontis
Added X963KDF API
tree
|
commitdiff
2019-05-03
Shane Lontis
Added EVP_KDF (similiar to the EVP_MAC)
tree
|
commitdiff
2019-04-19
Matt Caswell
Implement AES CBC ciphers in the default provider
tree
|
commitdiff
2019-04-19
Matt Caswell
Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
tree
|
commitdiff
2019-04-09
Paul Yang
Make X509_set_sm2_id consistent with other setters
tree
|
commitdiff
2019-04-03
Matt Caswell
Support EVP_MD_block_size() with providers
tree
|
commitdiff
2019-04-01
Richard Levitte
Rework DSO API conditions and configuration option
tree
|
commitdiff
2019-03-29
Pauli
Add the FIPS related continuous random number generator...
tree
|
commitdiff
2019-03-21
Matt Caswell
Make EVP_Digest* functions provider aware
tree
|
commitdiff
2019-03-21
Matt Caswell
Implement EVP_MD_fetch()
tree
|
commitdiff
2019-03-21
Shane Lontis
fixed mismatching #ifdef cpp
tree
|
commitdiff
2019-03-19
Shane Lontis
Single step kdf implementation
tree
|
commitdiff
2019-03-13
杨洋
Support SM2 certificate verification
tree
|
commitdiff
2019-03-12
Shane Lontis
FIPS 186-4 RSA Generation & Validation
tree
|
commitdiff
2019-03-06
David von Oheimb
constify *_dup() and *i2d_*() and related functions...
tree
|
commitdiff
2019-03-06
Richard Levitte
Add generic trace API
tree
|
commitdiff
2019-03-06
Pauli
Make the sparse array code use ossl_uintmax_t as its...
tree
|
commitdiff
2019-02-27
Simo Sorce
Implement SSH KDF
tree
|
commitdiff
2019-02-15
Richard Levitte
Mark generated functions unused (applies to safestack...
tree
|
commitdiff
2019-02-13
Pauli
Sparse array iterators include index position.
tree
|
commitdiff
2019-02-13
David Makepeace
Added new EVP/KDF API.
tree
|
commitdiff
2019-02-12
Pauli
Add sparse array data type.
tree
|
commitdiff
2019-02-06
Antoine Salon
blake2: backport changes to blake2s
tree
|
commitdiff
2019-02-06
Antoine Salon
blake2b: add EVP_MAC API
tree
|
commitdiff
2019-01-27
Antonio Iacono
crypto/cms: Add support for CAdES Basic Electronic...
tree
|
commitdiff
2019-01-21
Richard Levitte
Rework building: Unix changes to handle extensions...
tree
|
commitdiff
2018-12-06
Richard Levitte
Following the license change, modify the boilerplates...
tree
|
commitdiff
2018-12-05
Andy Polyakov
bn/bn_{div|shift}.c: introduce fixed-top interfaces.
tree
|
commitdiff
2018-11-13
Shane Lontis
KMAC implementation using EVP_MAC
tree
|
commitdiff
2018-11-05
Paul Yang
Add poly1305 MAC support
tree
|
commitdiff
2018-11-04
Pauli
GMAC implementation
tree
|
commitdiff
2018-10-31
Bernd Edlinger
Avoid two memory allocations in each RAND_DRBG_bytes
tree
|
commitdiff
2018-10-30
Richard Levitte
EVP_MAC: Add SipHash implementation
tree
|
commitdiff
2018-10-30
Richard Levitte
EVP_MAC: Add HMAC implementation
tree
|
commitdiff
2018-10-30
Richard Levitte
EVP_MAC: Add CMAC implementation
tree
|
commitdiff
2018-10-29
Richard Levitte
Add automatic initializations support for EVP_MAC objects
tree
|
commitdiff
2018-10-29
Richard Levitte
Add EVP_MAC API
tree
|
commitdiff
2018-10-17
Antoine Salon
EVP module documentation pass
tree
|
commitdiff
2018-10-16
Dr. Matthias St...
DRBG: fix reseeding via RAND_add()/RAND_seed() with...
tree
|
commitdiff
2018-09-11
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-09-08
Richard Levitte
SipHash: add separate setter for the hash size
tree
|
commitdiff
2018-09-07
Paul Yang
Add missing SM2err and fix doc nits
tree
|
commitdiff
2018-09-07
Paul Yang
Update document for SM2 stuffs
tree
|
commitdiff
2018-09-07
Paul Yang
Support setting SM2 ID
tree
|
commitdiff
2018-09-07
Paul Yang
Make SM2 ID stick to specification
tree
|
commitdiff
2018-09-07
Paul Yang
Support pmeth->digest_custom
tree
|
commitdiff
2018-09-07
Paul Yang
Remove unnecessary sm2_za.c
tree
|
commitdiff
2018-09-03
Pauli
Make OBJ_NAME case insensitive.
tree
|
commitdiff
2018-08-23
Andy Polyakov
crypto/bn: add more fixed-top routines.
tree
|
commitdiff
2018-08-07
Andy Polyakov
x509v3/v3_purp.c: re-implement lock-free check for...
tree
|
commitdiff
2018-07-22
Andy Polyakov
bn/bn_intern.c: const-ify bn_set_{static}_words.
tree
|
commitdiff
2018-07-18
Andy Polyakov
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
tree
|
commitdiff
2018-07-16
Nicola Tuveri
Remove stale SM2 error codes
tree
|
commitdiff
2018-07-12
Andy Polyakov
bn/bn_{mont|exp}.c: switch to zero-padded intermediate...
tree
|
commitdiff
2018-06-26
Pauli
Modify the DEVRANDOM source so that the files are kept...
tree
|
commitdiff
2018-06-25
Nicola Tuveri
Add inter-module private header for EC functions
tree
|
commitdiff
2018-06-22
Nicola Tuveri
Remove __cplusplus preamble from internal headers
tree
|
commitdiff
2018-06-21
Andy Polyakov
Remove some inline assembler and non-standard constructs.
tree
|
commitdiff
2018-06-19
Jack Lloyd
Move SM2 algos to SM2 specific PKEY method
tree
|
commitdiff
2018-06-08
Matt Caswell
Add support getting raw private/public keys
tree
|
commitdiff
2018-06-04
Matt Caswell
Rebuild error codes
tree
|
commitdiff
2018-06-04
Matt Caswell
Use lowercase for internal SM2 symbols
tree
|
commitdiff
2018-06-04
Matt Caswell
More more on SM2 error codes and tidy up
tree
|
commitdiff
2018-06-04
Matt Caswell
Improve use of the test framework in the SM2 internal...
tree
|
commitdiff
2018-06-04
Jack Lloyd
Set SM2 error codes
tree
|
commitdiff
2018-06-04
Jack Lloyd
Make SM2 functions private
tree
|
commitdiff
2018-05-23
Viktor Dukhovni
Limit scope of CN name constraints
tree
|
commitdiff
2018-05-02
Richard Levitte
Change rand_pool_bytes_needed to handle less entropy...
tree
|
commitdiff
2018-05-01
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-04-26
Bernd Edlinger
Fix memleaks in async api
tree
|
commitdiff
2018-04-20
Bernd Edlinger
Ensure the thread keys are always allocated in the...
tree
|
commitdiff
next