2024-03-26 |
joshua | Simplify HMAC_CTX_new() |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Clean up EVP_DigestSignFinal |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsg | Temporarily change the connector to unregistered when... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | Reject setting invalid versions for certs, CRLs and... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsg | test bl_idx instead of the connector type to check... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
nicm | Fix selection present check, reported by M Kelly. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
bluhm | Avoid NULL pointer dereference in routing table an_match(). |
commit | commitdiff | tree | snapshot |
2024-03-26 |
mvs | Use `sb_mtx' to protect `so_rcv' receive buffer of... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Add TLS_ERROR_INVALID_CONTEXT error code to libtls |
commit | commitdiff | tree | snapshot |
2024-03-26 |
dtucker | test -h is the POSIXly way of testing for a symlink... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Remove now unnecessary do {} while (0); |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Inline HASH_MAKE_STRING. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | Remove PKCS5_pbe2_set_iv() |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Reorder functions expanded from md32_common.h. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | Unifdef PBE_PRF_TEST |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Expand HASH_* defines. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Inline hash functions from md32_common.h. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Fix previous commit. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Add error code support to libtls |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Reorder functions. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Provide an optimised bn_subw() for amd64. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Stop including md32_common.h in md5.c and remove unused... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Include stdint.h for uintptr_t. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | Add back x509_local.h for PBKDF2PARAM |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | PKCS5_pbe2_set_iv() can be local to p5_pbev2 |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Demacro MD5 and improve data loading. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Mark internal functions as static. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Move bn_montgomery_reduce() and drop prototype. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsing | Fix function guards. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
beck | Add an indicator that an extension has been processed. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
beck | Fix expected client hello value to allow for supported_... |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | Garbage collect the unused verifyctx() and verifyctx_init() |
commit | commitdiff | tree | snapshot |
2024-03-26 |
jsg | adapt ttm fault handler to OpenBSD |
commit | commitdiff | tree | snapshot |
2024-03-26 |
dtucker | Import regenerated moduli. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
beck | Process supported groups before key share. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
beck | Disable client handshake test for now for pending changes. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Use errno_value instead of num for readability |
commit | commitdiff | tree | snapshot |
2024-03-26 |
dlg | print amps and watts |
commit | commitdiff | tree | snapshot |
2024-03-26 |
dlg | amps and watts types |
commit | commitdiff | tree | snapshot |
2024-03-26 |
joshua | Use errno_value instead of num for readability |
commit | commitdiff | tree | snapshot |
2024-03-26 |
beck | Change ts to only support one second precision. |
commit | commitdiff | tree | snapshot |
2024-03-26 |
tb | Clean up conf's module_init() |
commit | commitdiff | tree | snapshot |
2024-03-25 |
kettenis | Add missing SFENCE.VMA instructions after switching... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
mbuhl | Add the VLAN_HWTAGGING capability. Big thanks to bket... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
djm | optional debugging |
commit | commitdiff | tree | snapshot |
2024-03-25 |
op | remove possibly bogus length check |
commit | commitdiff | tree | snapshot |
2024-03-25 |
guenther | Move the "no (hard) linking directories" and "no cross... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
mvs | regen |
commit | commitdiff | tree | snapshot |
2024-03-25 |
mvs | Unlock shutdown(2). |
commit | commitdiff | tree | snapshot |
2024-03-25 |
patrick | Add rpigpio(4), a driver for the RP1 GPIO controller... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
millert | whois: use getline(3) instead of fgetln(3) |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Rewrite HKDF_expand(). |
commit | commitdiff | tree | snapshot |
2024-03-25 |
mvs | Add 'ws_' prefix to 'wseventvar' structure members... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Revert r1.13 since it currently breaks openssl-ruby... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Inline sctx in EVP_DigestSignFinal |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsg | fix xbacklight on amdgpu |
commit | commitdiff | tree | snapshot |
2024-03-25 |
job | Error on setting an invalid CSR version |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Remove unneeded brackets from if statement in EVP_Diges... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Codify more insane CRYPTO_EX_DATA API. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Revise for TLS extension parsing/processing changes. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Simplify TLS extension parsing and processing. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Clean up create_digest() |
commit | commitdiff | tree | snapshot |
2024-03-25 |
beck | Fix time conversion that broke regress. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Move custom sigctx handling out of EVP_DigestSignFinal |
commit | commitdiff | tree | snapshot |
2024-03-25 |
dtucker | Verify string returned from local shell command. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Fix typo msg_types -> msg_type |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Revise TLS extension regress for parse/process changes. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Final tweaks in x509_trs.c for now |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Split TLS extension parsing from processing. |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Kill X509_TRUST |
commit | commitdiff | tree | snapshot |
2024-03-25 |
joshua | Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
dtucker | Improve shell portability: grep -q is not portable... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
jsing | Decouple TLS extension table order from tlsext_randomiz... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Add back trust member of X509_TRUST that I accidentally... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
dtucker | Save error code from SSH for use inside case statement... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Const correct the trust handlers |
commit | commitdiff | tree | snapshot |
2024-03-25 |
dtucker | Increase timeout. Resyncs with portable where some... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
dtucker | In PuTTY interop test, don't assume the PuTTY major... |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Pass the nid instead of the entire trust structure |
commit | commitdiff | tree | snapshot |
2024-03-25 |
tb | Pull extension caching into X509_check_trust() |
commit | commitdiff | tree | snapshot |
2024-03-25 |
beck | Remove unnecessary stat() calls from by_dir |
commit | commitdiff | tree | snapshot |
2024-03-24 |
patrick | Enable cad(4). |
commit | commitdiff | tree | snapshot |
2024-03-24 |
patrick | Implement resetting the PHY via a GPIO pin, like in... |
commit | commitdiff | tree | snapshot |
2024-03-24 |
millert | whois: remove obsolete handle support |
commit | commitdiff | tree | snapshot |
2024-03-24 |
jca | Add tests for EVP_get_cipherbyname(NULL) and EVP_get_di... |
commit | commitdiff | tree | snapshot |
2024-03-24 |
jca | Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname... |
commit | commitdiff | tree | snapshot |
2024-03-24 |
beck | Convert libressl to use the BoringSSL style time conver... |
commit | commitdiff | tree | snapshot |
2024-03-24 |
job | Sync with IANA Status Code Registry |
commit | commitdiff | tree | snapshot |
2024-03-24 |
mpi | Cleanup uvmpd_tune() & document global variable ownership. |
commit | commitdiff | tree | snapshot |
2024-03-24 |
tb | Rename ax into aux |
commit | commitdiff | tree | snapshot |
2024-03-24 |
tb | Drop redundant NULL checks around two for loops |
commit | commitdiff | tree | snapshot |
2024-03-24 |
tb | Fix namespace build |
commit | commitdiff | tree | snapshot |
next |