projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2019-08-15
Richard Levitte
Implement EVP_MAC_do_all_ex()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Add EVP_MAC_provider()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Rename the hash implementations KMAC{128,256} to KECCAK...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
OSSL_PARAM_construct_from_text(): handle non-hex octet...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Adjust some provider reason codes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Adapt the MAC tests, and tests for other things that...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Adapt diverse code to provider based MACs.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Adapt apps/mac.c to use provider based MACs
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Remove init of MACs from EVP
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move Poly1305 to providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move SipHash to providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move KMAC to providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move HMAC to providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move GMAC to providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move CMAC to providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Move BLAKE2 MACs to the providers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Prepare EVP_MAC infrastructure for moving all MACs...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Patrick Steuer
OPENSSL_s390xcap.pod: list msa9 facility bit (155)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Patrick Steuer
s390x assembly pack: accelerate ECDSA
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Patrick Steuer
Enable curve-spefific ECDSA implementations via EC_METHOD
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Patrick Steuer
s390x assembly pack: accelerate scalar multiplication
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Patrick Steuer
s390xcpuid.pl: fix comment
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
raja-ashok
Test SSL_set_ciphersuites
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
raja-ashok
Fix SSL_set_ciphersuites to set even if no call to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Dr. Matthias...
INSTALL: clarify documentation of the --api=x.y.z depre...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Omid Najafi
Fix syntax error for the armv4 assembler
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Rename provider and core get_param_types functions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Add {get,set}table_params() functions for provider...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Modify 'openssl list' to give more verbose descriptions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Richard Levitte
Add missing EVP param utility functions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Pauli
Access data after obtaining the lock not before.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Matt Caswell
If we are multiblock capable make sure we use it
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
opensslonzos...
Add missing EBCDIC strings
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Paul Yang
Add description in X509_STORE manipulation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Tomas Mraz
BIO_lookup_ex: Do not retry on EAI_MEMORY
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Tomas Mraz
BIO_lookup_ex: Always retry the lookup on failure with...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Richard Levitte
30-test_evp.t: make the tested configs depend on what...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Rich Salz
Fix doc example code to follow coding style
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Adapt the provider digests for more use of OSSL_PARAM
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Rework the provider digest constructor to provide imple...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Adapt diverse EVP_MD functions to use get_params and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Make more use of OSSL_PARAM for digests
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Vladimir Kotal
enable DECLARE_DEPRECATED macro for Oracle Developer...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Richard Levitte
Configurations/unit-Makefile.tmpl: Don't clean away...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Denis Ovsienko
Remove some duplicate words from the documentation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Shane Lontis
Fix windows compile errors in params.c
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Bernd Edlinger
Add a clang-7 build target with --strict-warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Extend tests of SSL_check_chain()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Fix SSL_check_chain()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Fix test_key_exchange with no_tlsv1_2
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Fix test_sslextension if TLSv1.2 has been disabled
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Add TLS tests for RSA-PSS Restricted certificates
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Add Restricted PSS certificate and key
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Matt Caswell
Ensure RSA PSS correctly returns the right default...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Vladimir Kotal
use native atomic increment function on Solaris
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Shane Lontis
Add missing SIZE_MAX define for windows
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Bernd Edlinger
Add a CHANGES entry for BN_generate_prime_ex
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Bernd Edlinger
Update documentation of BN_generate_prime_ex
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Bernd Edlinger
Merge probable_prime_dh_safe with bn_probable_prime_dh
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Bernd Edlinger
Add a parameter to probable_prime if we look for a...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Vladimir Kotal
mention what happens if OPENSSL_NO_RC2 is defined
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
raja-ashok
Restrict usage of bio_dgram_sctp_data only to DGRAM...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Vladimir Kotal
make ecp_nistz256_point_add_vis3() local
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Martin Ukrop
Fix reversed meaning of error codes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Matt Caswell
Clarify the INSTALL instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Matt Caswell
Avoid holding a lock when calling OPENSSL_init_crypto
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Matt Caswell
Fix no-filenames
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Matt Caswell
Fix no-ec
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Shane Lontis
Fix document nit in EVP_MAC.pod
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Shane Lontis
Change EVP_CIPHER_CTX_iv_length() to return current...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Matt Caswell
Fix enable-ec_nistp_64_gcc_128
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Matt Caswell
Fix BN error reporting
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Matt Caswell
Run evp_test in FIPS mode
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Matt Caswell
Don't set ctx->cipher until after a successful fetch
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Shane Lontis
GCM cipher in provider now fails if passed bad keylength
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
raja-ashok
Update man page for new API SSL_get_negotiated_group()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
raja-ashok
Test SSL_get_negotiated_group() API
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
raja-ashok
API to get negotiated key exchange algorithm in TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Matt Caswell
Fix ECDSA_SIG docs
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Matt Caswell
Add documentation for new EC functions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Matt Caswell
Insert a dummy call to EC code in the FIPS provider
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Matt Caswell
Make the EC code available from inside the FIPS provider
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Matt Caswell
Correct the Extended Master Secret string for EBCDIC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Matt Caswell
Fix SSL_MODE_RELEASE_BUFFERS functionality
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Matt Caswell
Documentation for the provider Key Exchange operation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
David von Oheimb
Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Rich Salz
Replace FUNCerr with ERR_raise_data
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Pauli
Use NULL as parameter when pointer can only be NULL.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Patrick Steuer
Fix commit a672a02a s390x build breakage
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Dr. Matthias...
Add missing accessors for X509 AuthorityKeyIdentifier
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Matt Caswell
Add a CHANGES entry about loading the config file by...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Matt Caswell
Fix the krb5 external test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Matt Caswell
Load the config file by default
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Matt Caswell
Suppress loading the FIPS module in evp_test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Matt Caswell
Properly process the "Availablein" keyword for evp_test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Pauli
Prevent an infinite recursion when the query cache...
commit
|
commitdiff
|
tree
|
snapshot
next