summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-08-18Adjust signatures of BIO_ctrl functionsTheo Buehler
2022-08-18Allow empty attribute sets in CSRsTheo Buehler
2022-08-18Tweak prototype to match function definition (n -> index)Theo Buehler
2022-08-17Implement the SSL_CTRL_GET_SHARED_GROUP controlTheo Buehler
2022-08-17Refactor tls1_get_supported_group()Theo Buehler
2022-08-17Add SSL_get_shared_{curve,group}()Theo Buehler
2022-08-17Make tls1_get_{format,group_}list() take a const SSLTheo Buehler
2022-08-17Provide ssl_security_shared_group()Theo Buehler
2022-08-17Deduplicate peer certificate chain processing code.Joel Sing
2022-08-16Remove obsolete kern.nselcoll sysctl.Visa Hankala
2022-08-15Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstreamTheo Buehler
2022-08-15Add missing RCS tag and zap a trailing spaceTheo Buehler
2022-08-15Initialize readbytes in BIO_gets()Theo Buehler
2022-08-15Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()Theo Buehler
2022-08-15Remove redeclaration of retTheo Buehler
2022-08-11Remove unused variableTheo Buehler
2022-08-10Avoid signed integer overflow due to unary negationTheo Buehler
2022-08-10Cast int64_t to uint64_t for negatingTheo Buehler
2022-08-10Only print versions we know aboutTheo Buehler
2022-08-09Fix buffer overflow in inflateGetHeader()Theo Buehler
2022-08-08For putenv(3), return an error if string starts with a '=' character.Todd C. Miller
2022-08-06Improve HISTORY and add AUTHORS.Ingo Schwarze
2022-08-06Delete the ridiculous first three sentences of BUGSIngo Schwarze
2022-08-05Remove overly aggressive trust check in legacy verifier that breaksBob Beck
2022-08-05change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-04Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency.Ingo Schwarze
2022-08-04Make tlsext_*_{build,needs,parse}() functions staticTheo Buehler
2022-08-04Mop up key_len assignments.Joel Sing
2022-08-04Mop up EVP_CIPH_FLAG_FIPS usage.Joel Sing
2022-08-04Remove various aesni_* defines to aes_* functions.Joel Sing
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-03Prepare to provide PKCS12 accessorsTheo Buehler
2022-08-02Strange argument padding is no longer neccessary, remove this BUGS sectionTheo de Raadt
2022-08-021) The yp_bind/yp_unbind and internal _yp_dobind/_yp_unbind sequences sharedTheo de Raadt
2022-08-02The Xr to ypbind 3 doesn't help improve anyone's understanding of how theTheo de Raadt
2022-08-02delete incorrect comment: yp_unbind is not called by passwdTheo de Raadt
2022-08-02Expand BLOCK_CIPHER_* macros.Joel Sing
2022-08-02access(2) alarm(2) pause(2) were not ported from pwb to v7Jonathan Gray
2022-08-01libc string functions were not ported from pwb to v7Jonathan Gray
2022-07-31strlen was in v6 libc (s5/perror.c) but not documented till v7Jonathan Gray
2022-07-31Tidy up some of BN_nist_mod_*Joel Sing
2022-07-31fix indentTheo Buehler
2022-07-31Allow a NULL header in PEM_write{,_bio}()Theo Buehler
2022-07-31Randomise the rekey interval a little. Previously, the chacha20Damien Miller
2022-07-30Use named initialisers for BIGNUMs.Joel Sing
2022-07-30Untangle two logic chains in x509_asid.c into something more readable.Theo Buehler
2022-07-30update copyright yearsTheo Buehler
2022-07-30Reorder functions and remove unnecessary function prototypes.Joel Sing
2022-07-30Add stack frames to AES-NI x86_64 assembly.Joel Sing
2022-07-30Use ASN1_INTEGER to encode/decode BIGNUM_it.Joel Sing