Age | Commit message (Expand) | Author |
2018-09-05 | Correctly clear the current cipher state, when changing cipher state. | Joel Sing |
2018-09-05 | Back out 1.4, it broke things | Joshua Stein |
2018-09-05 | Serialize synchronous commands with a rwlock. | Martin Pieuchot |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2018-09-05 | rename flag | Eric Faurot |
2018-09-05 | Adjust after change of struct filter_as. | Claudio Jeker |
2018-09-05 | Change the way as_compare() and aspath_match() handle 'neighbor-as'. Instead | Claudio Jeker |
2018-09-05 | factor error code in icmp6_mtudisc_clone(); ok kn@ florian@ | miko |
2018-09-05 | Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jp | YASUOKA Masahiko |
2018-09-05 | rename token to match naming convention | Gilles Chehade |
2018-09-05 | Use error label in host_if() | kn |
2018-09-05 | Change verification of communities a bit. Move the flag checking first since | Claudio Jeker |
2018-09-05 | some text improvements from matt schwartz; ok gilles | Jason McIntyre |
2018-09-05 | do not use the literal string "label" as our example label; ok gilles | Jason McIntyre |
2018-09-05 | rework the text about "label" somewhat for clarity; ok eric | Jason McIntyre |
2018-09-05 | Add defines for dealing with PCID support in cr3 | Philip Guenther |
2018-09-05 | use timing-safe compares for checking results in signature verification | Damien Miller |
2018-09-04 | Forgot to rename pf_frent_holes() prototype in previous commit. | Alexander Bluhm |
2018-09-04 | Avoid traversing the list of fragment entris to check whether the | Alexander Bluhm |
2018-09-04 | remove useless session flag | Eric Faurot |
2018-09-04 | move readmes detection to find_extractible, so that only changed/new readmes | Marc Espie |
2018-09-04 | document PKGSTEM changes | Marc Espie |
2018-09-04 | upon mda failure, smtpd would assume tempfail and retry. this is at odds | Gilles Chehade |
2018-09-04 | Correct usbd_abort_pipe() signature. | Martin Pieuchot |
2018-09-04 | Introduce inet4applymask() which does the same as inet6applymask() and | Claudio Jeker |
2018-09-04 | Instead of bzero() use an assinment to zero struct in_addr. | Claudio Jeker |
2018-09-04 | remove unused flags | Eric Faurot |
2018-09-04 | kevent: Don't poll for nonzero timeouts < 1us. | cheloha |
2018-09-03 | Remove bits about MODMONO_NANT in the lang/mono section; devel/nant does | Brian Callahan |
2018-09-03 | regen | Joshua Stein |
2018-09-03 | add another toshiba nvme | Joshua Stein |
2018-09-03 | simplify the smtp_command() function by splitting cmd handlers into | Gilles Chehade |
2018-09-03 | Stop using composite EVP_CIPHER AEADs. | Joel Sing |
2018-09-03 | Stop handling AES-GCM via ssl_cipher_get_evp(). | Joel Sing |
2018-09-03 | bump max line size | Gilles Chehade |
2018-09-03 | Clean up SSL_DES and SSL_IDEA remnants. | Joel Sing |
2018-09-03 | document "wrapper" in the local section; from matt schwartz | Jason McIntyre |
2018-09-03 | use new smarthost syntax in log message | Eric Faurot |
2018-09-03 | Update and document syntax for smarthost string in smtpd.conf: | Eric Faurot |
2018-09-03 | Allow a large line number to go to the end with goto-line, from Mark | Nicholas Marriott |
2018-09-03 | Fix selection test, from Takeshi Banse. | Nicholas Marriott |
2018-09-03 | Remove round_buffersize function from drivers using the default buffersize | miko |
2018-09-02 | mailaddr matching was working for the exact and domain match, but not when | Gilles Chehade |
2018-09-02 | Remove a few unnecessary casts | Theo Buehler |
2018-09-02 | Print SKIPPED if package wycheproof-testvectors is missing. This | Alexander Bluhm |
2018-09-02 | Remove ECDH from TODO list. Done! | Theo Buehler |
2018-09-02 | Unify FAIL printfs. | Theo Buehler |
2018-09-02 | After libcrypto/ecdh/ech_key.c -r1.8 fixed the failing test cases, remove | Theo Buehler |
2018-09-02 | Elliptic curve arithmetic only makes sense between points that belong to | Theo Buehler |
2018-09-02 | Run Wycheproof ECDH tests against libcrypto. Some tests currently fail, | Theo Buehler |