openbsd
2022-11-23 jsingUse bn_wexpand() rather than bn_expand() with sizeof...
2022-11-23 jsingEnsure that bn_expand()/bn_wexpand() fail on negative...
2022-11-23 jsingTurn bn_wexpand() into a function.
2022-11-23 jsingMove bn_expand() under bn_expand2().
2022-11-23 jsingRemove unused bn_dup_expand().
2022-11-23 jsingMove #ifndef OPENSSL_NO_DEPRECATED.
2022-11-23 jsingRemove bn_* defines/prototypes.
2022-11-22 sashanInterface tables (a.k.a. kif) in pf(4) are currently...
2022-11-22 tbFix some whitespace and comment formatting
2022-11-22 tbRename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()
2022-11-22 tbRemove incorrect "r must not be a" comment
2022-11-22 tbPlug leaks spotted by ASAN CI
2022-11-22 knBackout "Remove useless struct in6_ifextra" commit
2022-11-22 schwarzemention what BN_ULONG is
2022-11-22 schwarzeRemove the lie that BN_ULONG might be 16 bits wide.
2022-11-22 schwarzeBetter document BN_ULONG (in the DESCRIPTION near BN_nu...
2022-11-22 tbRemove comment obsoleted by API change (and r1.3)
2022-11-22 tbed25519 test: make the testvectors table const
2022-11-22 knUse local variable consistently
2022-11-22 knRemove useless struct in6_ifextra
2022-11-22 knAdd missing parantheses around if block
2022-11-22 antonsimplify makefile
2022-11-22 antonBe more helpful and provide details on what the time...
2022-11-22 tobheCopy apple-boot firmware to EFI system partition. ...
2022-11-22 tbTweak a printf.
2022-11-22 tbAdd a unit test that crashes without bn_print.c r1.34.
2022-11-22 tbFix segfaults in BN_dec2bn() and BN_hex2bn()
2022-11-22 jmatthewAllocate additional command queue slots and use command...
2022-11-22 deraadtsync
2022-11-22 dlgcount how many times ifiqs enqueue and dequeue packets.
2022-11-22 deraadtsync
2022-11-21 knReplace manual loop and duplicate RB_NEXT with RB_FOREACH
2022-11-21 schwarzedocument BN_nist_mod_521(3) and their four siblings
2022-11-21 kettenisaplpwm(4)
2022-11-21 kettenisAdd aplpwm(4), a driver for the PWM controller found...
2022-11-21 kettenisGet rid of pmap_map_early(). This is part of my crusad...
2022-11-21 kettenisWait for a reply to the command that switches the touch...
2022-11-21 sashanFix DIOCIGETIFACES ioctl so all network interfaces
2022-11-20 dlgport the kstat code from re(4) to rge(4)
2022-11-20 schwarzeFix a surprising quirk in BN_GF2m_mod(3).
2022-11-20 schwarzeFix an off-by-one bug in BN_GF2m_poly2arr(3).
2022-11-20 knSync struct pfi_kif with reality
2022-11-19 deraadtcorrect alignment; from brad
2022-11-19 knfix vertical spacing in previous
2022-11-19 chelohamips64, loongson, octeon: switch to clockintr
2022-11-19 chelohariscv64: switch to clockintr
2022-11-19 mvsDecrease netlock pressure in pppx(4).
2022-11-19 knPush kernel lock into pru_control() aka. in6_control...
2022-11-19 knPrettify expired rules printing
2022-11-19 tbFix comment describing BN_mod_sqrt()
2022-11-19 tbRework pkey_dsa_sign() and pkey_dsa_verify()
2022-11-19 tbRework DSA_sign() and DSA_verify()
2022-11-19 sthenAdd O: to the getopt string for newfs in mount_mfs...
2022-11-19 tbFix an annoying quirk in the EC code
2022-11-19 tbwhitespace
2022-11-19 tbFix whitespace
2022-11-19 tbUnindent and check some pointers explicitly against...
2022-11-19 tbRemove HMAC PRIVATE KEY support
2022-11-18 tbCheck os for NULL before dereferencing it
2022-11-18 mbuhlIn channel_request_remote_forwarding the parameters...
2022-11-18 florianAdd four new SI prefixes.
2022-11-18 mbuhlRevert my last two changes.
2022-11-18 tbzap a stray semicolon
2022-11-18 knImprove "once" bits
2022-11-18 tbInclude bytestring.h directly rather than pulling it...
2022-11-18 tbWire up HMAC to raw private key methods
2022-11-18 millertWrite number of bytes read/written and "?" prompt to...
2022-11-18 tbChange the pkey.ptr from char * to void *
2022-11-18 tbMove skiplist to main and merge with shortlist.
2022-11-18 jmczap errant space in usage();
2022-11-18 claudioAdd aspa-set config test.
2022-11-18 claudioAdd plumbing for ASPA support. This implements the...
2022-11-18 tbgroup -> field
2022-11-18 tbpolynominal -> polynomial
2022-11-18 antoncope with new getaddrinfo() error message
2022-11-18 deraadtsync
2022-11-18 deraadtmips64 code calls uvm_map_protect() directly, so needs...
2022-11-18 schwarzenew manual page BN_GF2m_add(3)
2022-11-17 deraadtWith regret, place mutexes after struct vm_map fields...
2022-11-17 tbAvoid a few unnecessary contortions
2022-11-17 tbUse a fixed-size array for the message and simplify...
2022-11-17 jobSchedule cleanup of '-r' now useless getopt option
2022-11-17 jobAdd shortlist functionality, a compagnion to the skiplist
2022-11-17 tbAdd initial Wycheproof EdDSA test coverage
2022-11-17 tbAdd a regression test for curve25519.c r1.14
2022-11-17 tbPrevent Ed25519 signature malleability
2022-11-17 deraadtstack growth from setrlimit was never updated to set...
2022-11-17 mvsstyle(9) fix. No functional change.
2022-11-17 florianRestrict what getaddrinfo(3) is willing to try to resolve.
2022-11-17 tobheAdd apple-boot firmware for Apple arm64 machines in...
2022-11-17 robertadd .gnu.warning.SYMBOL support to ld.lld(1) to display...
2022-11-17 dlgwhitespace fixes. no functional change.
2022-11-17 beckRevert "Check certificate extensions in trusted certifi...
2022-11-16 deraadtsync
2022-11-16 floriantolower(3) guarantees to return its argument unchanged...
2022-11-16 schwarzemark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex,
2022-11-16 schwarzeexpose the documentation of X509_STORE_CTX_verify_fn(3)
2022-11-16 schwarzedocument X509_STORE_CTX_verify_cb(3) and X509_STORE_get...
2022-11-16 schwarzeMark BN_mod_exp2_mont() as intentionally undocumented.
2022-11-16 jobAlign output to a more tabular view
next