openssl.git
2017-01-10 Nikos Mavrogiannopouloscryptodev: Fix issue with signature generation
2017-01-10 Rich SalzReview comments
2017-01-10 Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
2017-01-10 Rich SalzMove extension data into sub-structs
2017-01-09 Richard LevitteFix build issues with no-dh, no-dsa and no-ec
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2017-01-09 Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09 Rich SalzDoc nits: callback function typedefs
2017-01-08 Dr. Stephen... Add server temp key type checks
2017-01-08 Dr. Stephen... Add new ssl_test option.
2017-01-08 Dr. Stephen... fix a few more style issues
2017-01-08 Dr. Stephen... Documentation clarification and fixes.
2017-01-08 Dr. Stephen... Remove unnecessary frees and style fixes.
2017-01-08 Dr. Stephen... fix typo and remove duplicate macro
2017-01-08 Dr. Stephen... Add documentation for PSS control operations.
2017-01-08 Dr. Stephen... Use more desciptive macro name rsa_pss_restricted()
2017-01-08 Dr. Stephen... style issues
2017-01-08 Dr. Stephen... free str on error
2017-01-08 Dr. Stephen... clarify comment
2017-01-08 Dr. Stephen... fix various style issues
2017-01-08 Dr. Stephen... make update
2017-01-08 Dr. Stephen... add test for invalid key parameters
2017-01-08 Dr. Stephen... document RSA-PSS algorithm options
2017-01-08 Dr. Stephen... add PSS key tests
2017-01-08 Dr. Stephen... print errors in pkey utility
2017-01-08 Dr. Stephen... make errors
2017-01-08 Dr. Stephen... add parameter error
2017-01-08 Dr. Stephen... Set EVP_PKEY_CTX in SignerInfo
2017-01-08 Dr. Stephen... Only allow PSS padding for PSS keys.
2017-01-08 Dr. Stephen... Decode parameters properly.
2017-01-08 Dr. Stephen... Return errors PKCS#7/CMS enveloped data ctrls and PSS
2017-01-08 Dr. Stephen... Add PSS parameter restrictions.
2017-01-08 Dr. Stephen... Initial parameter restrictions.
2017-01-08 Dr. Stephen... Add rsa_pss_get_param.
2017-01-08 Dr. Stephen... Don't allow PKCS#7/CMS encrypt with PSS.
2017-01-08 Dr. Stephen... Add macros to determine if key or ctx is PSS.
2017-01-08 Dr. Stephen... Support pad mode get/set for PSS keys.
2017-01-08 Dr. Stephen... Key gen param support.
2017-01-08 Dr. Stephen... Set PSS padding mode for PSS keys.
2017-01-08 Dr. Stephen... Digest string helper function.
2017-01-08 Dr. Stephen... Support RSA operations in PSS.
2017-01-08 Dr. Stephen... PSS EVP_PKEY method
2017-01-08 Dr. Stephen... RSA-PSS key printing.
2017-01-08 Dr. Stephen... PSS parameter encode and decode.
2017-01-08 Dr. Stephen... Split PSS parameter creation.
2017-01-08 Dr. Stephen... Use method key type instead of EVP_PKEY_RSA
2017-01-08 Dr. Stephen... PSS ASN.1 method
2017-01-08 Dr. Stephen... add EVP_PKEY_RSA_PSS
2017-01-08 Dr. Stephen... Add pss field to RSA structure and free it.
2017-01-08 Dr. Stephen... Cache maskHash parameter
2017-01-06 Kurt RoeckxUpdate fuzz corpora
2017-01-06 Kurt RoeckxMake client and server fuzzer reproducible
2017-01-06 Kurt RoeckxMake the bignum fuzzer reproducible
2017-01-06 Kurt RoeckxUpdate fuzz documentation
2017-01-06 Kurt RoeckxMake rand_add predictable when fuzzing
2017-01-06 Kurt Roeckxserver fuzzer: add support for DSA and ECDSA
2017-01-06 Matt CaswellFix various style issues following feedback
2017-01-06 Matt CaswellRename the chain variable to chainidx
2017-01-06 Matt CaswellFix a double blank line style issue
2017-01-06 Matt CaswellInitialise the al variable
2017-01-06 Matt CaswellUpdate SSL_trace to understand TLSv1.3 Certificates
2017-01-06 Matt CaswellImplement TLSv1.3 style CertificateStatus
2017-01-06 Matt CaswellCreate Certificate messages in TLS1.3 format
2017-01-06 Matt CaswellExtends extension parsing to take the Certificate
2017-01-06 Matt CaswellExtend tls_construct_extensions() to enable passing...
2017-01-05 Dr. Stephen... Remove BIO_seek/BIO_tell from evp_test.c
2017-01-04 Richard LevitteDon't run MSBLOB conversion tests when RSA or DSA are...
2017-01-04 Richard LevitteDon't run OCSP tests when OCSP is disabled
2017-01-04 Richard LevitteDon't build OCSP stuff when OCSP is disabled
2017-01-04 Richard LevitteDon't test SRP when it's disabled
2017-01-04 Richard LevitteDon't run NPN tests when NPN is disabled
2017-01-01 Dr. Stephen... Add RSA decrypt and OAEP tests.
2017-01-01 Dr. Stephen... evptests.txt is not a shell script
2016-12-30 Matt CaswellDon't run the sigalgs tests over a TLSv1.3 connection
2016-12-30 Matt CaswellProvide some tests for the sig algs API
2016-12-30 Matt CaswellFix the SSL_set1_sigalgs() macro
2016-12-29 Richard Levitte70-test_sslvertol.t: skip test 1 and 2 if too few proto...
2016-12-29 Richard Levitte80-test_ssl_new.t: Make 19-mac-then-encrypt.conf work...
2016-12-29 Richard Levitte70-test_sslvertol.t: Make sure to check a max TLS versi...
2016-12-29 Richard Levitte70-test_sslmessages.t: Don't check EXT_SIG_ALGS if...
2016-12-29 Matt CaswellFix CT test_sslmessages hangs
2016-12-29 Matt CaswellFix compilation with no-ec
2016-12-29 Matt CaswellFix extension for various no- options
2016-12-29 Matt CaswellAdd a test to check the EC point formats extension...
2016-12-29 Matt CaswellFix the EC point formats extension
2016-12-29 Markus Triskareplace "will lookup up" by "will look up"
2016-12-25 Andy Polyakovchacha/asm/chacha-x86_64.pl: add AVX512 path optimized...
2016-12-22 Todd ShortFix EVP_MD_meth_get_flags
2016-12-21 Richard LevitteTravis: The TLS 1.3 code isn't interoperable yet, move...
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-12-19 Richard LevitteAdd bwrite_conv and bread_conv values to methods_dgramp...
2016-12-19 Richard LevitteFix erroneous goto lable
2016-12-19 Andy Polyakovx86 assembly pack: update performance results.
2016-12-18 Kurt RoeckxUpdate fuzz corpora
2016-12-18 Kurt RoeckxFix memory leak in tls_parse_stoc_key_share
2016-12-18 Finn HakanssonFix typo.
2016-12-16 Richard Levittetest/ssl_test: give up if both client and server wait...
2016-12-16 Richard LevitteFix no-ct, skip tests recipes that try to test CT
2016-12-16 Richard Levittee_afalg: Don't warn about kernel version when pedantic
next