Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jvdsn pushed 321 commits to master jvdsn/openssl
- Implement functionality for direct use of composite signature algorithms The following API groups are extended with ... e675aab
- Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash composites (in the code, "sigalg" is used to refer to ... 572a837
- Add new test types in test/evp_test.c, and a test for RSA sigalgs With these tests, we get to test: - EVP_PKEY_sign... b02cf2f
- fix coding style Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Neil Horman <[email protected]> (Merged ... 8736de5
- Enable RSA-SM3 in the default provider It turns out that we didn't allow the combination RSA + SM3 anywhere. This i... 523187d
- fix: Have util/mkerr.pl comply better with our coding style util/mkerr.pl produced lines like these: {ERR_PACK(... 772481c
- alternate collision checking support Add full key matching to hashtable the idea is that on a hash value match we d... 435531e
- some performance improvements Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> ... 14efc05
- hashtable.c: Avoid infinite loop in ossl_ht_insert() Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Pau... 6cdca7b
- hashtable: Support lockless reads Also build it in the FIPS provider too and properly report error on insert when ha... 71fe7f0
- Use the new hashtable for core_namemap This replaces LHASH in core_namemap with the new hashtable and adds a reverse... 4cad608
- For lockless reads use the whole hashtable for colliding entries Instead of just using the neighborhood, fill subseq... 9f74898
- core_namemap.c: 2048 hashtable buckets should be sufficient It is unlikely we would need more than 4000 names and ev... f0b1d4d
- hashtable.c: Code style fixes Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Paul Dale <[email protected]... d2739fc
- Add HMAC FIPS keysize check. HMAC has been changed to use a FIPS indicator for its key check. HKDF and Single Step ... 390f00a
- Add FIPS KMAC key check This adds a FIPS indicator for KMAC key size. Note that 112 bits keys are still smaller than... ea396c7
- Add additional test cases for Single Step KDF. SSKDF KMAC tests added. Added FIPS indicator tests for SSKDF Hash, HM... 95994de
- Fix the alert used on a missing key_share RFC8446 requires we send an illegal_parameter alert if we don't get a key_... 60358f2
- test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak Add OSSL_PROVIDER_unload() when test_... 6e8a103
- test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak Add OSSL_PROVIDER_unload() when OSSL_PROVIDER_... 55662b6
- and 301 more ...
jvdsn created a comment on a pull request on DSC-iTC/cPP
@woodbe let's keep this for v3 if that's ok
jvdsn opened a pull request on DSC-iTC/cPP
Remove last 3 sentences of para 1 in Application 11
Per #381 and as discussed during the meetingjvdsn opened a pull request on DSC-iTC/cPP
Update description of SampleCrypto
This is a very minor fix, probably could be deferred to even 3.0. I just didn't want to forget about it. The meat of the change is the removal of the reference to "row identifiers", which were remo...jvdsn created a branch on DSC-iTC/cPP
samplecrypto-description - Dedicated Security Components cPP & SD
jvdsn pushed 37 commits to pd-atsec13 DSC-iTC/cPP
- Fix reference to FCS_CKM_EXT.3 dffaa95
- Fix reference to FCS_CKM.6 113c9e2
- Remove FCS_ENT_EXT from SD FCS_ENT_EXT is no longer defined in the cPP. There is no reason to have it in the SD. 2c7347f
- Generalize FCS_OTV_EXT.1 FCS_OTV_EXT.1 replaced FCS_SLT_EXT.1 and is now more general. Its references in the SD as w... 0563947
- FCS_CKM_EXT diagram This is to close #366 d2b9e4b
- FCS_CKM_EXT.3 hidden requirement This is to close #370. The logic here is that selecting the software storage does ... bf65b1d
- FDP_DSC.2 EA This is to close #372. The point of this change is to be minimally invasive and to point to other test... 7ce5e7d
- Fix selection 306701b
- SDO.Conf wording consistency The wording for this attribute was a bit inconsistent. I arbitrarily chose one wording ... efba3dd
- FMT_MSA.3 SD consistency 7f36a9c
- Merge pull request #365 from DSC-iTC/pd-atsec02 Fix reference to FCS_CKM_EXT.3 4ba4b42
- Merge pull request #368 from DSC-iTC/pd-atsec07 Fix reference to FCS_CKM.6 20237f4
- Merge pull request #369 from DSC-iTC/pd-atsec09 Remove FCS_ENT_EXT from SD d57197e
- Merge pull request #371 from DSC-iTC/pd-atsec06 Generalize FCS_OTV_EXT.1 ff59bcd
- Merge pull request #373 from DSC-iTC/FCS_CKM_EXT-diagram FCS_CKM_EXT diagram ec6111e
- Merge pull request #379 from DSC-iTC/pd-atsec10 Fix selection c043b03
- Merge pull request #380 from DSC-iTC/pd-atsec12 SDO.Conf wording consistency c8ed95a
- Merge pull request #375 from DSC-iTC/FDP_DSC.2-EA FDP_DSC.2 EA 6beafc0
- Merge pull request #374 from DSC-iTC/FCS_CKM_EXT.3-hidden-requirement FCS_CKM_EXT.3 hidden requirement 460f03e
- Update based on the call This is an update to add more flexibility on the AGD requirement 0c1bc08
- and 17 more ...
jvdsn created a comment on an issue on DSC-iTC/cPP
Maybe it should just be one big selection that includes asymmetric private, symmetric, persistent secrets, and no other keys
jvdsn created a comment on an issue on DSC-iTC/cPP
I'm also not sure why asymmetric keys is actually "mandatory". Is the idea that a DSC will always have at least one asymmetric key? I don't think we can change the actual meaning of the SFR now, so...
jvdsn closed an issue on DSC-iTC/cPP
[cPP PUBLIC REVIEW] [atsec11] SFR formatting
> In many SFRs, the key word "selection" and "assignment" should be bolded. We have discussed this before in the context of the ECD. We didn't extend that effort to the full cPP, is that somethi...jvdsn closed an issue on DSC-iTC/cPP
[cPP PUBLIC REVIEW] FDP_SDC.2.1 mismatch
FDP_SDC.2.1 as instantiated in the cPP does not match FDP_SDC.2.1 as defined in CC22 CC22 definition: The TSF shall ensure the confidentiality of the [selection: all user data, the following ...jvdsn closed an issue on DSC-iTC/cPP
[cPP PUBLIC REVIEW] FPT_TST.1.1 mismatch
FPT_TST.1.1 as instantiated in the cPP does not match FPT_TST.1.1 as defined in CC22 FPT_TST.1.1 as defined in CC22 includes ": [assignment: _list of self-tests run by the TSF_]"; I think this i...jvdsn pushed 7 commits to Working DSC-iTC/cPP
- Fix SFR formatting First, update the SFR formatting conventions section as discussed during the meeting (the most su... c9a5017
- Fix typo f8b96c0
- Merge branch 'Working' into sfr-formatting 13be792
- Remove bold from assignment in FDP_ACF.1.4 f746bca
- Update FDP_SDC.2.1 per #388 ccf5551
- Update FPT_TST.1.1 per #389 9b02d6a
- Merge pull request #390 from DSC-iTC/sfr-formatting Sfr formatting 999223f
jvdsn closed a pull request on DSC-iTC/cPP
Sfr formatting
First, update the SFR formatting conventions section as discussed during the meeting (the most substantial change being that assignment -> selection refinements won't be bolded completely). Th...jvdsn created a comment on a pull request on DSC-iTC/cPP
> On looking back at it I think the one thing is that the FDP_ACF.1.4 should still have the underline for "client applications can only access their own data" but otherwise I think this is all good...
jvdsn created a comment on a pull request on DSC-iTC/cPP
@woodbe do the FDP_SDC.2.1 and FPT_TST.1.1 changes also look good to you? (I probably should've created separate PRs for those, sorry about that).
jvdsn created a comment on an issue on DSC-iTC/cPP
Whoops, you're right I missed the "of the following" too. I'll update it as you suggested.
jvdsn created a review comment on a pull request on DSC-iTC/cPP
@woodbe I agree with you, except that partially filled must be italic, not underlined, since we're partially filling an assignment.
jvdsn pushed 1 commit to sfr-formatting DSC-iTC/cPP
- Remove bold from assignment in FDP_ACF.1.4 f746bca
jvdsn pushed 7 commits to sfr-formatting DSC-iTC/cPP
- Remove redundant application notes and clean up some wording 303b0b6
- Remove simple back-reference application notes 4fc8b10
- Fix definition of FCS_STG_EXT.1.3 b8fdd19
- Merge pull request #384 from DSC-iTC/redundant-app-notes Remove redundant application notes and clean up some wording e06b5f5
- Merge pull request #385 from DSC-iTC/ecd-fixes Fix ECD text 7f2e2b7
- Merge pull request #387 from DSC-iTC/fcs_stg_ext.1.3 Fix definition of FCS_STG_EXT.1.3 02068d3
- Merge branch 'Working' into sfr-formatting 13be792