aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Downgrade GnuTLS to avoid incompatibilitiesarchive/dev/gilles-peskine-arm/travis-20200821Gilles Peskine1-1/+2
2020-08-21Only run compat.sh with gnutls, for testingGilles Peskine1-45/+5
2020-08-20Merge pull request #3584 from mpg/fix-changelog-file-locationGilles Peskine1-0/+0
2020-08-20Fix location of a ChangeLog entry fileManuel Pégourié-Gonnard1-0/+0
2020-08-19Merge pull request #3546 from bensze01/copyrightdanh-arm335-989/+339
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti335-989/+339
2020-08-17Merge pull request #3404 from mpg/improve-ssl-opt-logsManuel Pégourié-Gonnard2-8/+18
2020-08-14Merge pull request #3557 from Ouss4/assertGilles Peskine4-0/+12
2020-08-14Merge pull request #3554 from mpg/x509-verify-non-dns-san-devManuel Pégourié-Gonnard7-3/+63
2020-08-13Merge pull request #3540 from gufe44/netbsd-rand-arc4random_bufGilles Peskine3-5/+8
2020-08-13Merge pull request #3495 from mpg/check-generated-filesGilles Peskine2-3/+65
2020-08-13Log change as bugfixgufe441-1/+1
2020-08-12Undef ASSERT before defining it to ensure that no previous definitionOuss44-0/+12
2020-08-11Add ChangeLog entry for X.509 CN-type vulnerabilityManuel Pégourié-Gonnard1-0/+11
2020-08-11Improve documentation of cn in x509_crt_verify()Manuel Pégourié-Gonnard1-2/+5
2020-08-11Fix comparison between different name typesManuel Pégourié-Gonnard1-1/+20
2020-08-11Add test: DNS names should not match IP addressesManuel Pégourié-Gonnard4-0/+27
2020-08-06Merge pull request #3493 from gilles-peskine-arm/psa-unified-driver-specsdanh-arm7-2/+765
2020-08-06Add changelog entrygufe441-0/+3
2020-08-05Clarify updates to the persistent state in storageGilles Peskine1-3/+5
2020-08-05With multiple applicable transparent drivers, the order is unspecifiedGilles Peskine1-2/+2
2020-08-05Minor clarificationsGilles Peskine1-4/+4
2020-08-05Give some examples of purpsoses of pure-software transparent driverGilles Peskine1-2/+2
2020-08-05Fix typosGilles Peskine1-5/+5
2020-08-05Add a link to the PSA API specificationGilles Peskine1-1/+1
2020-08-05Explain locations vs lifetimesGilles Peskine1-6/+17
2020-08-05Merge pull request #3492 from stevew817/rework/key_slot_contains_key_bufferGilles Peskine5-391/+773
2020-08-05Initialize key pointer in ecdh to NULLSteven Cooreman2-1/+5
2020-08-05Add buffer zeroization when ecp_write_key failsSteven Cooreman1-3/+5
2020-08-05Simplified key slot deletionSteven Cooreman1-13/+4
2020-08-05Style fixesSteven Cooreman1-38/+32
2020-08-03Use arc4random_buf instead of rand on NetBSDgufe442-5/+5
2020-08-03Apply review feedbackSteven Cooreman1-141/+145
2020-08-03Update open question section about public key storageGilles Peskine1-6/+4
2020-08-03Remove the paragraph about declaring application needsGilles Peskine1-5/+1
2020-08-03Change driver persistent data to a callback interfaceGilles Peskine1-11/+24
2020-08-03Rework and expand key management in opaque driversGilles Peskine1-15/+84
2020-08-03Fix typos and copypastaGilles Peskine1-5/+4
2020-08-03Call driver entry point functions "entry point"Gilles Peskine1-43/+43
2020-07-30Allow importing Montgomery public keys in PSA CryptoSteven Cooreman4-18/+49
2020-07-30Convert load_xxx_representation to take buffers instead of a whole slotSteven Cooreman1-54/+90
2020-07-30CleanupSteven Cooreman1-21/+18
2020-07-28Update after feedback from #3492Steven Cooreman1-79/+111
2020-07-28Update after feedback on #3492Steven Cooreman1-37/+58
2020-07-27Remove obsolete buildbot reference in compat.shManuel Pégourié-Gonnard1-1/+1
2020-07-27Fix misuse of printf in shell scriptManuel Pégourié-Gonnard1-1/+1
2020-07-24Disconnect knowing about a PSA key type from knowing the mbedTLS APISteven Cooreman1-10/+19
2020-07-24Unify key handling logicSteven Cooreman1-123/+59
2020-07-24Remove ECP internal representation from key slotSteven Cooreman2-183/+238
2020-07-24Remove RSA internal representation from key slotSteven Cooreman2-70/+315