summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-30mop up for inet_net rename; ok deraadtJason McIntyre
2019-08-30adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actualTheo de Raadt
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
2019-08-30there is no function called uuid(3), so this should be installed asTheo de Raadt
2019-08-30there is no pcap(3) function, "man pcap" returns an incorrect result.Theo de Raadt
2019-08-30uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)Theo de Raadt
2019-08-28new manual page AES_encrypt(3)Ingo Schwarze
2019-08-27document OCSP_parse_url(3)Ingo Schwarze
2019-08-27document OCSP_cert_status_str(3)Ingo Schwarze
2019-08-27document OCSP_response_status_str(3)Ingo Schwarze
2019-08-26document i2a_ASN1_INTEGER(3)Ingo Schwarze
2019-08-26document ASN1_put_object(3) and ASN1_put_eoc(3)Ingo Schwarze
2019-08-26document ASN1_OCTET_STRING_cmp(3), ASN1_OCTET_STRING_dup(3), andIngo Schwarze
2019-08-25Change generating and checking of primes so that the error rate ofIngo Schwarze
2019-08-25document EVP_sm3(3) and EVP_whirlpool(3), loosely based on theIngo Schwarze
2019-08-25fix reversed meaning of error codes;Ingo Schwarze
2019-08-25typo in function argument type;Ingo Schwarze
2019-08-25Correctly document the return values of i2d_ECDSA_SIG(3) andIngo Schwarze
2019-08-25import the CRYPTO_memcmp(3) manual from OpenSSL 1.1.1,Ingo Schwarze
2019-08-23document RSAPrivateKey_dup(3) and RSAPublicKey_dup(3)Ingo Schwarze
2019-08-23document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3)Ingo Schwarze
2019-08-23document X509_dup(3)Ingo Schwarze
2019-08-22document X509_check_purpose(3)Ingo Schwarze
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)Florian Obser
2019-08-20New manual page X509_cmp(3) documenting the same public functionsIngo Schwarze
2019-08-20Add static_ASN1_* macroKinichiro Inoguchi
2019-08-20make BN_CTX_end(NULL) a NOOP for compatibility with documented behaviourIngo Schwarze
2019-08-19document X509_INFO_new(3) and X509_INFO_free(3)Ingo Schwarze
2019-08-19document ECDH_compute_key(3) and ECDH_size(3);Ingo Schwarze
2019-08-18Tweak cross references, in particular making sure thatIngo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18some cleanup:Ingo Schwarze
2019-08-17some cleanup:Ingo Schwarze
2019-08-17minor cleanup:Ingo Schwarze
2019-08-16link to the new EC_KEY_METHOD_new(3) pageIngo Schwarze
2019-08-16document the EC_KEY_METHOD function tableIngo Schwarze
2019-08-16document EC_KEY_get_ex_new_index(3), EC_KEY_get_ex_data(3),Ingo Schwarze
2019-08-16some cleanup:Ingo Schwarze
2019-08-16minor cleanup:Ingo Schwarze
2019-08-15minor cleanup:Ingo Schwarze
2019-08-15some cleanup:Ingo Schwarze
2019-08-15document but do not recommend EVP_Cipher(3);Ingo Schwarze
2019-08-15Revert previous. There were some users of the quirky behaviour that wereMartijn van Duren
2019-08-14Fix argument list for ber_set_writecallbackMartijn van Duren
2019-08-14wonky comma;Jason McIntyre
2019-08-14Document that ber_scanf_elements' 'p' and 't' attribute don't eat theMartijn van Duren
2019-08-14Make ber_scanf_elements's 'e' attribute eat the element.Martijn van Duren