aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti91-263/+91
2020-08-14Merge pull request #3554 from mpg/x509-verify-non-dns-san-devManuel Pégourié-Gonnard1-2/+5
2020-08-11Improve documentation of cn in x509_crt_verify()Manuel Pégourié-Gonnard1-2/+5
2020-07-22Minor documentation improvementsGilles Peskine1-1/+1
2020-07-22Reorder curve enumeration like mbedtls_ecp_group_idGilles Peskine1-4/+4
2020-07-22Add missing dependencies for ECDH_xxx key exchangesGilles Peskine2-4/+6
2020-07-22Document what needs to be done when adding a new curveGilles Peskine1-0/+14
2020-07-22Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLEDGilles Peskine1-4/+4
2020-07-22mbedtls_ecp_muladd is only for short Weierstrass curvesGilles Peskine1-0/+34
2020-07-22ECDSA requires a short Weierstrass curveGilles Peskine2-1/+16
2020-07-13Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clari...Steven Cooreman20-104/+378
2020-07-13Remove superfluous argument to ecp_write_keySteven Cooreman1-2/+1
2020-07-06Rework mbedtls_ecp_write_key to remove unnecessary output parameterSteven Cooreman1-5/+5
2020-07-06Document masking of Montgomery private keys in psa_export_keySteven Cooreman1-2/+3
2020-07-06Implement and test mbedtls_ecp_write_keySteven Cooreman1-0/+21
2020-07-02Rename DH Family Macros According to PSA SpecPaul Elliott4-18/+31
2020-07-02Rename ECC Family Macros According to PSA SpecPaul Elliott6-75/+98
2020-07-01Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-developmentJanos Follath5-4/+39
2020-06-29Bump version to Mbed TLS 2.23.0Janos Follath1-4/+4
2020-06-26Merge pull request #3382 from stevew817/feature/volatile-keys-in-SEGilles Peskine1-1/+1
2020-06-25Merge branch 'development-restricted' into mbedtls-2.23.0r0Janos Follath4-0/+35
2020-06-23Merge pull request #3419 from ndilieto/developmentGilles Peskine1-2/+10
2020-06-23add comment about potential future extensionNicola Di Lieto1-0/+4
2020-06-17Pass "certificate policies" extension to callbackNicola Di Lieto1-2/+6
2020-06-16Add Apache-2.0 headers to all source filesBence Szépkúti5-5/+10
2020-06-15Merge pull request #873 from hanno-arm/ssl_write_client_helloManuel Pégourié-Gonnard3-1/+46
2020-06-11Align with check-like function return value conventionRonald Cron1-3/+3
2020-06-10Merge pull request #3243 from ndilieto/developmentManuel Pégourié-Gonnard1-0/+76
2020-06-08Fix typo in currently unused macro constantSteven Cooreman1-1/+1
2020-06-08Update documentation about optional f_rng parameterManuel Pégourié-Gonnard1-0/+3
2020-06-08Implement use of internal DRBG for ecp_mul()Manuel Pégourié-Gonnard1-0/+2
2020-06-08Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNGManuel Pégourié-Gonnard2-0/+30
2020-06-04Merge pull request #3315 from hanno-arm/tls13-experimental-macroJanos Follath4-0/+49
2020-06-02Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-cr...Gilles Peskine1-0/+20
2020-06-02Fix typo in check_config.hHanno Becker1-1/+1
2020-06-02Add dependencies for experimental TLS 1.3 features in check_config.hHanno Becker1-0/+5
2020-06-02Rename TLS 1.3 padding granularity macroHanno Becker2-4/+4
2020-05-31Change TLS 1.3 default padding to no paddingHanno Becker2-2/+2
2020-05-31Introduce configuration option for TLS 1.3 padding granularityHanno Becker2-0/+20
2020-05-29mbedtls_x509_crt_parse_der_with_ext_cb improvementNicola Di Lieto1-3/+13
2020-05-29Use defines to check alpn ext list validityRonald Cron1-0/+3
2020-05-29Return error in case of bad user configurationsHanno Becker1-0/+6
2020-05-29Add error condition for bad user configurationsHanno Becker2-1/+2
2020-05-29Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectivesJanos Follath2-12/+14
2020-05-28Add opaque context to mbedtls_x509_crt_ext_cb_tNicola Di Lieto1-2/+6
2020-05-28Fix wrong parameter name in commentNicola Di Lieto1-1/+1
2020-05-28mbedtls_x509_crt_parse_der_with_ext_cb enhancementNicola Di Lieto1-20/+29
2020-05-28mbedtls_x509_crt_ext_cb_t definition changedNicola Di Lieto1-5/+2
2020-05-28Rename mbedtls_x509_crt_parse_der_extNicola Di Lieto1-6/+6
2020-05-28Minor style and documentation improvementsndilieto1-16/+16