summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-19Disable LOAD_STACK_GUARD on OpenBSD/armv7. It seems the implementationMark Kettenis
2023-11-19Unifdef OPENSSL_NO_ENGINE in libsslTheo Buehler
2023-11-19Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.cTheo Buehler
2023-11-19Rename an ENGINE from e to engine for consistencyTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in pmeth_lib.cTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in engine.hTheo Buehler
2023-11-19Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()Theo Buehler
2023-11-19Remove last OPENSSL_NO_ENGINE from libssl regressTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcrypto regressTheo Buehler
2023-11-19Missing periodTheo Buehler
2023-11-19fix grammarTheo Buehler
2023-11-19util.c requires stdint.h for UINT32_MAX and friends.Claudio Jeker
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-11-19syncTheo Buehler
2023-11-19Remove remaining ENGINE manualsTheo Buehler
2023-11-19Strip mention of ENGINE out of *_set_method.3Theo Buehler
2023-11-19Strip out mentions of ENGINE_load_builtin_engines()Theo Buehler
2023-11-19ex data for ENGINEs is no longer a thingTheo Buehler
2023-11-19Remove section explaining how great and flexible ENGINE is andTheo Buehler
2023-11-19Remove obsolete engine configuration sectionTheo Buehler
2023-11-19Document the remaining ENGINE stubs in a single manualTheo Buehler
2023-11-19EVP_PKEY_encrypt() simplify exampleTheo Buehler
2023-11-19openssl pkcs12: rewrite without reaching into X509_ALGORTheo Buehler
2023-11-19openssl ts: convert to X509_ALGOR_set0()Theo Buehler
2023-11-19Fix cc -ftrapping-math on macppcGeorge Koehler
2023-11-19need to use a slightly different asm syntax..Theo de Raadt
2023-11-18sync zlib with userlandTheo Buehler
2023-11-18libz sync with develop branch, discussed with deraadtTheo Buehler
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-11-18Sync example.c and minigzip.c with upstream.Theo Buehler
2023-11-18oops another copy of the prototypeTheo de Raadt
2023-11-18crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather thanTheo de Raadt
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2023-11-18Scan past whitespace before checking if flag string startsKenneth R Westerback
2023-11-18Check for negative EVP_CIPHER_CTX_iv_length() return in libsslTheo Buehler
2023-11-18Forgot to fix one unsigned int vs int confusionTheo Buehler
2023-11-18Check for negative IV lengthTheo Buehler
2023-11-18syncStuart Henderson
2023-11-18Fix make other_two target by coping with leapseconds being placed inAnton Lindqvist
2023-11-18Rename internal function imsg_get_fd() to imsg_dequeue_fd().Claudio Jeker
2023-11-18ports specified on tunnel destination addresses are invalid.David Gwynne
2023-11-17Use "mv -f" when moving the output file into place in the obj dir.Todd C. Miller
2023-11-17zoneinfo: install tzdata.zi and leap-seconds.listTodd C. Miller
2023-11-17Use -mxgot to avoid GOT overflow during build on mips64.Visa Hankala
2023-11-17The term peerid originated from bgpd. It is time to generalize this andClaudio Jeker
2023-11-17Set "unique_subject = no" to allow renewing expired certificates.Tobias Heider
2023-11-17rename struct imsgbuf *ibuf to *imsgbuf since ibuf is too close toClaudio Jeker
2023-11-17Do not log errors form pcap_dispatch() caused by signals.Claudio Jeker
2023-11-16Mention which functions are implemented as macros in the few casesIngo Schwarze