2023-03-10 |
tb | openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANS |
commit | commitdiff | tree | snapshot |
2023-03-10 |
claudio | Compile the output filter rules into per peer filter... |
commit | commitdiff | tree | snapshot |
2023-03-10 |
dtucker | Explicitly ignore return from fcntl(... FD_CLOEXEC... |
commit | commitdiff | tree | snapshot |
2023-03-10 |
dtucker | Plug mem leak on error path. Coverity CID 405026,... |
commit | commitdiff | tree | snapshot |
2023-03-10 |
dtucker | Expliticly ignore return code from fcntl(.. FD_CLOEXEC... |
commit | commitdiff | tree | snapshot |
2023-03-10 |
djm | Like sshd_config, some ssh_config options are not first... |
commit | commitdiff | tree | snapshot |
2023-03-10 |
dtucker | Remove no-op (int) > INT_MAX checks since they can... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
jcs | modify parentheses in conditionals to make it clearer... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
naddy | remove obsolete libLLVM.so.[0-6].0 during upgrade |
commit | commitdiff | tree | snapshot |
2023-03-09 |
kettenis | Check that a PCIe port isn't disabled in the device... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
tb | Unwrap a few lines and zap a tab |
commit | commitdiff | tree | snapshot |
2023-03-09 |
tb | Add missing error checking in PKCS7 |
commit | commitdiff | tree | snapshot |
2023-03-09 |
claudio | Implement ASPA support in RTR by following draft-ietf... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
job | Fix segfault in filemode for TAK objects |
commit | commitdiff | tree | snapshot |
2023-03-09 |
job | Fix segfault in filemode for RSC objects |
commit | commitdiff | tree | snapshot |
2023-03-09 |
jsg | workaround Intel Braswell/Cherry Trail mwait hang |
commit | commitdiff | tree | snapshot |
2023-03-09 |
claudio | Add role output to bgpctl, also adjust the capability... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
claudio | Major rework of RFC9234 support. My initial interpretat... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
job | In filmode also show 'Not After' for GBR records |
commit | commitdiff | tree | snapshot |
2023-03-09 |
claudio | Improve vnet(4) to work better in busy conditions. |
commit | commitdiff | tree | snapshot |
2023-03-09 |
job | Show CMS signing-time signed attribute in filemode |
commit | commitdiff | tree | snapshot |
2023-03-09 |
dtucker | Re-split the merge of the reorder-hostkeys test. |
commit | commitdiff | tree | snapshot |
2023-03-09 |
djm | include destination constraints for smartcard keys... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
anton | Cope with recent changes to alignment of command column. |
commit | commitdiff | tree | snapshot |
2023-03-09 |
dlg | document BIOC[SGD]WTIMEOUT |
commit | commitdiff | tree | snapshot |
2023-03-09 |
dlg | add a timeout between capturing a packet and making... |
commit | commitdiff | tree | snapshot |
2023-03-09 |
cheloha | clockintr: add a priority queue |
commit | commitdiff | tree | snapshot |
2023-03-09 |
chris | Fix comment to reflect the disabled status of Energy... |
commit | commitdiff | tree | snapshot |
2023-03-08 |
bluhm | An invalid source routing IP option could overwrite... |
commit | commitdiff | tree | snapshot |
2023-03-08 |
stsp | update the list of firmware files in the iwx(4) man... |
commit | commitdiff | tree | snapshot |
2023-03-08 |
cheloha | amd64: lapic_timer_rearm: don't reset mode, mask, divisor |
commit | commitdiff | tree | snapshot |
2023-03-08 |
tb | Use BN_free() instead of BN_clear_free() |
commit | commitdiff | tree | snapshot |
2023-03-08 |
tobhe | Fix alignment of command column. print_comm_name()... |
commit | commitdiff | tree | snapshot |
2023-03-08 |
kn | Treat WEP like WPA: only offer if supported |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Fix a EC_GROUP_clear_free() that snuck through. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jmc | this morning's fortune was missing an apostrophe; |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Fix previous. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
tb | reduce number of tests in bn_rand_interval. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
tb | bn_isqrt: reduce number of tests to 100. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
dtucker | Plug mem leak. Coverity CID 405196, ok djm@ |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Process up to four test vector files concurrently. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Always clear EC groups and points on free. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Run test groups concurrently. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
tb | zap more audit remnants |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Stop trying to use EC_GFp_nist_method(). |
commit | commitdiff | tree | snapshot |
2023-03-08 |
tb | ssh-pkcs11: synchronize error messages with errors |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Remove acceptable audit. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
jsing | Remove EC_FLAGS_DEFAULT_OCT. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
guenther | Delete obsolete /* ARGSUSED */ lint comments. |
commit | commitdiff | tree | snapshot |
2023-03-08 |
djm | use RSA/SHA256 when testing usability of private key... |
commit | commitdiff | tree | snapshot |
2023-03-08 |
djm | use RSA/SHA256 when testing usability of private key; |
commit | commitdiff | tree | snapshot |
2023-03-07 |
djm | refactor to be more readable top to bottom. Prompted... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jan | Avoid enabling TSO on interfaces which are already... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
guenther | Delete obsolete /* ARGSUSED1 */ lint comments. |
commit | commitdiff | tree | snapshot |
2023-03-07 |
kn | Use "installboot -p"; tested by/OK miod |
commit | commitdiff | tree | snapshot |
2023-03-07 |
kn | Initial support for guided disk encryption |
commit | commitdiff | tree | snapshot |
2023-03-07 |
krw | Nuke pointless 'pb#N:ob#0:' lines from floppy |
commit | commitdiff | tree | snapshot |
2023-03-07 |
job | Improve decoded content printing in filemode |
commit | commitdiff | tree | snapshot |
2023-03-07 |
kn | restore tags for commands lost in r1.112 restructuring... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
claudio | Remove pre-c99 gcc workaround which is no longer needed. |
commit | commitdiff | tree | snapshot |
2023-03-07 |
kettenis | Add some minimal initialization code for rk356x such... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Improve bn_montgomery_multiply_words(). |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Slightly rework bn_mulw_addtw(). |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Call BN_free() instead of BN_clear_free(). |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jmc | mpls gateway clarification; from claudio |
commit | commitdiff | tree | snapshot |
2023-03-07 |
tb | Fix another return value check for CMS_SharedInfo_encode() |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Limit bn_mul_mont() usage to sizes less than or equal... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Implement bn_montgomery_multiply() |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Refactor BN_mod_mul_montgomery(). |
commit | commitdiff | tree | snapshot |
2023-03-07 |
tb | Make order of pub_key and priv_key the same everywhere |
commit | commitdiff | tree | snapshot |
2023-03-07 |
tb | Fix OpenSSL version in HISTORY section |
commit | commitdiff | tree | snapshot |
2023-03-07 |
dtucker | Fix mem leak in environment setup. From jjelen at... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Delete unused and unsafe bn_mul_mont() example code. |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Fix comment for bn_mul2_mulw_addtw() |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Move EC_GFp_simple_method() to the bottom of the file. |
commit | commitdiff | tree | snapshot |
2023-03-07 |
tb | Basic cleanup in asn1pars.c |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Use static functions for EC_GF2m_simple_method() implem... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Use static functions for EC_GFp_nist_method() implement... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Use static functions for EC_GFp_mont_method() implement... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
djm | fix memory leak in process_read() path; Spotted by... |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Fix formatting of comments. |
commit | commitdiff | tree | snapshot |
2023-03-07 |
jsing | Consolidate clear code for EC_GFp_mont_method. |
commit | commitdiff | tree | snapshot |
2023-03-07 |
djm | correct size for array argument when changing UMAC_OUTP... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
krw | Delete extraneous trailing blank line. |
commit | commitdiff | tree | snapshot |
2023-03-06 |
job | Enforce X509v3 SKIs to be the SHA-1 hash of the Subject... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
miod | Correctly account the number of bytes processed when... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
job | For conciseness sake' remove non-optional items in... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
tb | Clean up ndef_{prefix,suffix}_free() |
commit | commitdiff | tree | snapshot |
2023-03-06 |
krw | Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines. |
commit | commitdiff | tree | snapshot |
2023-03-06 |
krw | Use GPT_UUID_NBSD_UFS, not GPT_UUID_FBSD_DATA, for... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
miod | Define a few more attributes for the sake of the readat... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
miod | In iskmemdev(), do not check for the minor of /dev... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
miod | Replace old'n'wrong UTF-8 logic with a better one borro... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
job | Ensure .cer and .crl outside-TBS signatures are sha256W... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
deraadt | spelling |
commit | commitdiff | tree | snapshot |
2023-03-06 |
job | Add check for RSA key pair modulus & public exponent |
commit | commitdiff | tree | snapshot |
2023-03-06 |
job | Fix URL to RFC |
commit | commitdiff | tree | snapshot |
2023-03-06 |
tb | Rename struct ${app}_config to plain cfg |
commit | commitdiff | tree | snapshot |
2023-03-06 |
sthen | tweak examples/iked.conf bits a little further followin... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
tb | Document ECDSA_SIG_get0_{r,s}() |
commit | commitdiff | tree | snapshot |
next |