summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-22Unhook and remove the now even more useless ssl_algs.c than it was before.Theo Buehler
2023-11-22Make SSL_library_init() a wrapper of OPENSSL_init_ssl()Theo Buehler
2023-11-22Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()Theo Buehler
2023-11-22Move SSL_library_init() next to OPENSSL_init_ssl()Theo Buehler
2023-11-22Set correct errno field in struct asr_result.Florian Obser
2023-11-21ec_print.c: Unwrap a lineTheo Buehler
2023-11-21Inline a better version of print_bin() in only callerTheo Buehler
2023-11-21Fix a <= 5-byte buffer overwrite in print_bin()Theo Buehler
2023-11-21Do not short-circuit localhost resolution when AI_NUMERICHOST is set.Florian Obser
2023-11-20localhost is either 127.0.0.1 or ::1, nothing else.Florian Obser
2023-11-19Mark up an occurrence of ENGINETheo Buehler
2023-11-19ENGINE can no longer have ex_data attached to itTheo Buehler
2023-11-19Remove musings how ENGINE may or may not screw everything up.Theo Buehler
2023-11-19Remove ENGINE mention in RSA_new()Theo Buehler
2023-11-19OPENSSL_config() no longer calls ENGINE_load_builtin_engines()Theo Buehler
2023-11-19ENGINE_add_conf_module() no longer existsTheo Buehler
2023-11-19Remove ENGINE Xr that I left behindTheo Buehler
2023-11-19zap stray commaTheo Buehler
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-19Missing periodTheo Buehler
2023-11-19fix grammarTheo 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-19need to use a slightly different asm syntax..Theo de Raadt
2023-11-18libz sync with develop branch, discussed with deraadtTheo 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
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-18Rename internal function imsg_get_fd() to imsg_dequeue_fd().Claudio Jeker
2023-11-17The term peerid originated from bgpd. It is time to generalize this andClaudio Jeker
2023-11-17rename struct imsgbuf *ibuf to *imsgbuf since ibuf is too close toClaudio Jeker
2023-11-16Mention which functions are implemented as macros in the few casesIngo Schwarze
2023-11-16drop some duplicate statements about macrosIngo Schwarze
2023-11-16fix wrong macroIngo Schwarze
2023-11-16delete lots of stuff that no longer existsIngo Schwarze
2023-11-16fix typo: exdata -> ex_dataIngo Schwarze