Age | Commit message (Expand) | Author |
2023-11-07 | Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its | Theo Buehler |
2023-11-07 | Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx | Theo Buehler |
2023-11-07 | Fix an error message left out in the mustDecodeHexString() conversion | Theo Buehler |
2023-11-07 | Pull up the handling of the two webcrypto special snowflakes | Theo Buehler |
2023-11-07 | Drop a useless line and bump copyright years | Theo Buehler |
2023-11-07 | Unwrap a few lines | Theo Buehler |
2023-11-07 | Wrap hex.DecodeString() into mustDecodeHexString() | Theo Buehler |
2023-11-07 | Use maps to retrieve various AES variants | Theo Buehler |
2023-11-07 | Convert hashEvpMdFromString() to a map | Theo Buehler |
2023-11-07 | Add stringer interfaces to the test groups | Theo Buehler |
2023-11-07 | Inline rsa_ctx_to_pss_string() | Theo Buehler |
2023-11-07 | Rename pkctx to pkey_ctx in rsa_{cms,item}_sign() | Theo Buehler |
2023-11-07 | Trivial cleanup in rsa_cms_sign() | Theo Buehler |
2023-11-07 | Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign() | Theo Buehler |
2023-11-07 | Add a helper to set RSASSA-PSS padding parameters | Theo Buehler |
2023-11-07 | Add a helper to set RSA PKCS #1 v1.5 padding OID | Theo Buehler |
2023-11-07 | iface->auth_key is not a real C string so use strnlen() to define the maximum. | Claudio Jeker |
2023-11-07 | Rename struct imsgbuf *ibuf to *imsgbuf in all places. | Claudio Jeker |
2023-11-07 | Alter imsg_move() to clear the full imsg buffer instead of just the | Claudio Jeker |
2023-11-07 | comment out test that no longer makes sense, as noticed by anton | Marc Espie |
2023-11-06 | sync | Jeremie Courreges-Anglas |
2023-11-06 | Provide machine/apmvar.h on riscv64 too | Jeremie Courreges-Anglas |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2023-11-06 | Pull everything except the actual run call out of the closure | Theo Buehler |
2023-11-06 | Introduce testGroupFromAlgorithm() | Theo Buehler |
2023-11-06 | Add a wycheproofTestGroupRunner interface | Theo Buehler |
2023-11-06 | Add aliases for AES AEAD constructions and ChaCha | Theo Buehler |
2023-11-06 | Fix a for loop bug introduced in the concurrency refactor | Theo Buehler |
2023-11-06 | Uncomment json webcrypto line. Packages will have caught up... | Theo Buehler |
2023-11-06 | eliminate discrepancies between termcap-generated info and infocmp results | Marc Espie |
2023-11-06 | Hook up agentx-{Add,Remove}AgentCaps-PDU to appl_{add,remove}agentcaps. | Martijn van Duren |
2023-11-06 | Readd the sysORTable based on the new struct appl_agentcap. | Martijn van Duren |
2023-11-06 | Allow agent capabilities to be stored on a per appl_context basis. | Martijn van Duren |
2023-11-06 | Allow appl_internal_object's getnext to be called. | Martijn van Duren |
2023-11-06 | Mark a couple of tests as broken, now that the sysORTable is gone/empty. | Martijn van Duren |
2023-11-06 | avoid using MCS9 in iwm(4) Tx rate selection if 40 MHz is disabled | Stefan Sperling |
2023-11-06 | actually, I still need to exit() if infocmp can't be run | Marc Espie |
2023-11-06 | system + exit -> exec | Marc Espie |
2023-11-06 | since we're always running info_cmp in the end, remove the whole | Marc Espie |
2023-11-06 | simplify logic for $entry in the main termcap loop | Marc Espie |
2023-11-06 | always try to run info_cmp at the end if we haven't got what we wanted | Marc Espie |
2023-11-06 | simplify $ENV{TERMCAP} handling: don't bother setting anything if | Marc Espie |
2023-11-06 | instead of a max number of iterations, record terms that have been seen | Marc Espie |
2023-11-06 | use modern file open instead of GLOBS | Marc Espie |
2023-11-06 | get rid of useless eval | Marc Espie |
2023-11-06 | remove upstream files we don't need | Marc Espie |
2023-11-06 | reapply max=64 for now | Marc Espie |
2023-11-06 | update to Term::Cap 1.18, so that we can patch it further | Marc Espie |
2023-11-05 | Provide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XXX macros in the | Miod Vallat |
2023-11-05 | Add cdXX.iso to MDEXT, for it to be included in SHA256; reported by `petcat30' | Miod Vallat |