summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-24Add const to two arguments of OCSP_cert_to_id()Theo Buehler
2018-08-24Provide X509_get0_serialNumber()Theo Buehler
2018-08-24Turn a number of #defines into proper functions with prototypes matchingTheo Buehler
2018-08-24Change PEM_Sign{Init,Update}() to return an int.Theo Buehler
2018-08-24Check return value of EVP_EncodeUpdate() in PEM_write_bio().Theo Buehler
2018-08-24Check return value of EVP_EncodeUpdate() in b64_write().Theo Buehler
2018-08-24Convert EVP_EncodeUpdate() to return an int to allow for errorTheo Buehler
2018-08-24Provide EVP_CIPHER_CTX_encrypting().Theo Buehler
2018-08-24unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Joel Sing
2018-08-24Document prototype change and return values for BIO_set_cipher()Theo Buehler
2018-08-24Return an int in BIO_set_cipher() to be able to report errors.Theo Buehler
2018-08-24In DSO_up_ref(), check return value of CRYPTO_add() and reportTheo Buehler
2018-08-24In ENGINE_up_ref(), check return value of CRYPTO_add() and reportTheo Buehler
2018-08-24Document new prototype and return values of X509_OBJECT_up_ref_count()Theo Buehler
2018-08-24Make X509_OBJECT_up_ref_count return an int.Theo Buehler
2018-08-24Update documentation of CRYPTO_mem_leaks*.Theo Buehler
2018-08-24Let CRYPTO_mem_leaks{,_fp,_cb}() return -1.Theo Buehler
2018-08-24Drop special handling of SIGSYS.cheloha
2018-08-24Simplify session ticket parsing/handling.Joel Sing
2018-08-24Pull up the parsing of a ClientHello.Joel Sing
2018-08-24Add my copyright.Theo Buehler
2018-08-24Remove DSA from TODO list and add RSA-PSS back.Theo Buehler
2018-08-24Also test DSA with the DER encoded key. Lots of help from jsing, thanks!Theo Buehler
2018-08-24Clean up handshake message start/finish functions.Joel Sing
2018-08-24Add common Ethernet interface attributes to vio(4)'s build config.Visa Hankala
2018-08-24/tmp/cvsJqyynmEdd Barrett
2018-08-24Add a regression test for the kernel stack exhaustion bug.Visa Hankala
2018-08-24Remove all knotes from a file descriptor before closing the file inVisa Hankala
2018-08-24Include the list of multicast groups in the rx filter configuration.Jonathan Matthew
2018-08-24- cosmetic tweak to if_pfsync.cAlexandr Nedvedicky
2018-08-24During our refactor with tedu@ tb@ and myself we moved the score file to theRicardo Mestre
2018-08-24Remove a few too early pledge(2)s on games/ and apply them a little bit laterRicardo Mestre
2018-08-24display CPU_CPUID / machdep.cpuid in hex not decimalJonathan Gray
2018-08-24print cpu family/model/stepping in dmesgJonathan Gray
2018-08-24Allocate framebuffer PCI BAR if left uninitialized by firmware.Mark Kettenis
2018-08-24set the rx mask to always accept all vlan tags, making vlan interfacesJonathan Matthew
2018-08-24Don't treat UnicodeChar == 0 as a keyboard input.YASUOKA Masahiko
2018-08-23Run our DSA against wycheproof test vectors.Theo Buehler
2018-08-23The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze
2018-08-23all_jobs can be static.Nicholas Marriott
2018-08-23A sequence of increasingly restrictive pledges was already presentTheo de Raadt
2018-08-23switch installurl example to cdn.openbsd.orgT.J. Townsend
2018-08-23Move job struct into job.c.Nicholas Marriott
2018-08-23Set the pointer to the EFI Runtime Services, otherwise we call intoPatrick Wildt
2018-08-23Add license header.Kinichiro Inoguchi
2018-08-23Check reusing SSL/TLS session ticket by regression testKinichiro Inoguchi
2018-08-23port the amd64 code for loading intel microcode on boot to i386Jonathan Gray
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-23Always check the return values of get_[fsize|bsize|cpg].Kenneth R Westerback
2018-08-23import alternative message parser (not used yet).Eric Faurot