summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2022-07-30Provide and use a primitive clear function for BIGNUM_it.Joel Sing
2022-07-30Eliminate the somewhat pointless Ij variableTheo Buehler
2022-07-30Transform two || chains into individually checked functionsTheo Buehler
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-07-29Improve the HISTORY sections of glob(7) and glob(3).Ingo Schwarze
2022-07-29Having a perfect square at this point is not an error. Rather it isTheo Buehler
2022-07-29Tweak some comments and whitespace around commentsTheo Buehler
2022-07-27Revert _RuneLocale struct changes until mklocale reacharoundPhilip Guenther
2022-07-27Since we only do US-ASCII and UTF-8, several parts of the localePhilip Guenther
2022-07-26Do not pass input length <= 0 to the cipher handlersTheo Buehler
2022-07-26Only allow changing the domainname (from empty) before securelevel increase.Theo de Raadt
2022-07-26moncontrol(3): remove hertz() fallback functionScott Soule Cheloha
2022-07-25Simplify wctype() and wctype_l(): we have one set of classificationPhilip Guenther
2022-07-25fix indentTheo Buehler
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-07-24Plug leak in X509V3_add1_i2d()Theo Buehler
2022-07-24Prepare to resurrect TS_RESP_CTX_set_time_cb()Theo Buehler
2022-07-24Prepare to provide TS_VERIFY_CTX accessorsTheo Buehler
2022-07-24Prepare to provide various TS_STATUS_INFO accessorsTheo Buehler
2022-07-24Align PKCS12_key_gen_uni() with OpenSSLTheo Buehler
2022-07-24Minor fixes in PKCS12_parse()Theo Buehler
2022-07-24Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OFTheo Buehler
2022-07-24Clear key on exit in PKCS12_gen_mac()Theo Buehler
2022-07-24Plug a leak in PKCS12_setup_mac()Theo Buehler
2022-07-24Move cipher_id bsearch functions back to the bottom of the file.Joel Sing
2022-07-24Set NULL BIOs for QUIC.Joel Sing
2022-07-24Provide record layer callbacks for QUIC.Joel Sing
2022-07-24Move tls13_phh_done_cb() after tl13_phh_received_cb().Joel Sing