Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this test compile again after the damage done in libcrypto | tb | 2021-10-31 | 1 | -19/+20 |
| | |||||
* | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | tb | 2021-10-31 | 3 | -19/+19 |
| | | | | | | parts of LibreSSL can no longer reach into them. discussed with beck, jsing | ||||
* | Various minor adjustments to make openssl(1) compile with opaque | tb | 2021-10-31 | 3 | -12/+23 |
| | | | | structs in X509. | ||||
* | Bump majors after struct visibility changes, symbol removal and symbol | tb | 2021-10-31 | 3 | -3/+3 |
| | | | | addition. | ||||
* | Simplify some code by using X509_STORE_CTX_get_obj_by_subject() | tb | 2021-10-31 | 1 | -8/+8 |
| | | | | ok beck jsing | ||||
* | Update Symbols.list to include API additions | tb | 2021-10-31 | 1 | -0/+10 |
| | |||||
* | libssl: stop reaching into the X509 struct and simplify some code by | tb | 2021-10-31 | 2 | -24/+6 |
| | | | | | | using X509_get_key_usage(). ok beck jsing | ||||
* | Update Symbols.list for new API and API removal/renaming | tb | 2021-10-31 | 1 | -10/+33 |
| | |||||
* | Expose new API in headers and make X509 structs opaque. | tb | 2021-10-31 | 1 | -0/+3 |
| | |||||
* | Remove the unused X509_OBJECTS struct. | tb | 2021-10-31 | 1 | -8/+1 |
| | | | | ok beck jsing | ||||
* | Remove the unused X509_CERT_PAIR struct and the assicated API. | tb | 2021-10-31 | 4 | -99/+4 |
| | | | | ok beck jsing | ||||
* | Remove the unused X509_CERT_FILE_CTX struct. | tb | 2021-10-31 | 1 | -9/+1 |
| | | | | ok beck jsing | ||||
* | Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper | tb | 2021-10-31 | 2 | -2/+22 |
| | | | | | | | around X509_STORE_get_by_subject() that eliminates the need of allocating an object on the heap by hand. ok beck inoguchi jsing | ||||
* | Switch various X509 API to use the new X509_LOOKUP_TYPE to match | tb | 2021-10-31 | 2 | -29/+32 |
| | | | | | | OpenSSL's signatures. ok beck inoguchi jsing | ||||
* | Provide the X509_LOOKUP_TYPE enum. | tb | 2021-10-31 | 1 | -6/+6 |
| | | | | | | Remove the now unused X509_LU_{RETRY,FAIL,PKEY}. ok beck inoguchi jsing | ||||
* | Prepare definitions X509_STORE_set_verify{,_cb}_func() that work with | tb | 2021-10-31 | 1 | -3/+8 |
| | | | | | | opaque structs. ok beck inoguchi jsing | ||||
* | Prepare to make various structs in x509_vfy.h opaque. | tb | 2021-10-31 | 1 | -26/+37 |
| | | | | ok beck inoguchi jsing | ||||
* | Prepare regress for opaque structs in x509*.h | tb | 2021-10-31 | 4 | -25/+18 |
| | |||||
* | Add explicit CBS_contains_zero_byte() check in CBS_strdup(). | jsing | 2021-10-31 | 1 | -1/+6 |
| | | | | | | | | If the CBS data contains a zero byte, then CBS_strdup() is only going to return part of the data - add an explicit CBS_contains_zero_byte() and treat such data as an error case. ok tb@ | ||||
* | new manual page X509_CRL_METHOD_new(3) | schwarze | 2021-10-30 | 6 | -14/+245 |
| | | | | documenting five functions to customize CRL handling | ||||
* | In x509/x509_purp.c rev. 1.11, tb@ fixed X509_check_purpose(3) | schwarze | 2021-10-29 | 1 | -8/+18 |
| | | | | | | to fail if parsing of a certificate extension failed. Adjust the documentation accordingly. OK tb@ | ||||
* | Actually error in X509_check_purpose() if x509v3_cache_extensions() | tb | 2021-10-29 | 1 | -2/+2 |
| | | | | | | | | | indicates failure. The previous "error return" X509_V_ERR_UNSPECIFIED translates to 1, i.e., success. This changes to the intended behavior of x509_purp.c r1.3 and matches OpenSSL. This will need various adjustments in the documentation. ok jsing | ||||
* | document the horrifying function X509_TRUST_set_default(3) | schwarze | 2021-10-29 | 1 | -3/+43 |
| | |||||
* | add missing .h file include | deraadt | 2021-10-29 | 1 | -2/+3 |
| | | | | from Emil Engler | ||||
* | document X509_EXTENSION_dup(3); | schwarze | 2021-10-29 | 1 | -8/+20 |
| | | | | | | while here, add the missing const qualifier to the obj argument of X509_EXTENSION_create_by_OBJ(3) and correct a typo in the argument name of X509_EXTENSION_get_data(3) | ||||
* | new manual page X509_REQ_print_ex(3), | schwarze | 2021-10-29 | 4 | -6/+184 |
| | | | | also documenting X509_REQ_print(3) and X509_REQ_print_fp(3) | ||||
* | document X509_REQ_to_X509(3) | schwarze | 2021-10-28 | 1 | -7/+38 |
| | |||||
* | unwrap a line | tb | 2021-10-28 | 1 | -3/+2 |
| | |||||
* | document X509_to_X509_REQ(3) | schwarze | 2021-10-28 | 1 | -4/+26 |
| | |||||
* | sort | tb | 2021-10-28 | 1 | -2/+2 |
| | |||||
* | Mechanical KNF in preparation for changing | beck | 2021-10-28 | 12 | -1583/+1653 |
| | |||||
* | Add headers normally contained in include/openssl, verbatim from 1.1.1 | beck | 2021-10-28 | 2 | -0/+554 |
| | |||||
* | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | beck | 2021-10-28 | 13 | -0/+2321 |
| | | | | | | | This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@ | ||||
* | openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5. | tb | 2021-10-28 | 1 | -6/+9 |
| | | | | | | | ruby can no longer generate certs with bogus wildcards in it to check that they will fail to verify when creating TLS connections. It will throw an error. This change needs openssl-ruby-tests-20211024p0 or later to work. | ||||
* | Bring back r1.3, ok beck | tb | 2021-10-28 | 1 | -3/+47 |
| | | | | | | | | | | | Original commit message from beck: Validate Subject Alternate Names when they are being added to certificates. With this change we will reject adding SAN DNS, EMAIL, and IP addresses that are malformed at certificate creation time. ok jsing@ tb@ | ||||
* | Fix HISTORY section: 6.9 -> 7.0 | tb | 2021-10-27 | 1 | -3/+3 |
| | |||||
* | new manual page X509_REQ_add_extensions(3) | schwarze | 2021-10-27 | 4 | -4/+148 |
| | | | | documenting six functions for extensions in certification requests | ||||
* | add some .Xrs involving recently added pages | schwarze | 2021-10-27 | 7 | -15/+22 |
| | |||||
* | minor tweaks to wording and punctuation, | schwarze | 2021-10-27 | 1 | -10/+19 |
| | | | | and add .Xrs to relevant objects | ||||
* | Minor tweaks: | schwarze | 2021-10-27 | 1 | -9/+12 |
| | | | | | | | | | * Say "number of bytes" instead of "length of bytes". * Remove mention of a BUGS section that exists neither here nor in OpenSSL. * List all authors who contributed Copyright-worthy amounts of text. * Remove years from the Copyright line that saw no non-trivial changes. * Add the year 2014: that's when Emilia wrote the i2d_re_X509_tbs() text. * Improve merge comments. | ||||
* | Revert version 1.3 - not allowing the creation of bogus certificates | beck | 2021-10-27 | 1 | -47/+3 |
| | | | | | | | | | breaks the ruby regression tests that expect to make bogus certificates and see that they are rejected :( I am reverting this for now to make the regress tests pass, and will bring it back if we decide to patch the regress tests to remove the problem cases | ||||
* | Fix to correctly parse the 'to' time into the to_tm | beck | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | Add ASN1_TIME_diff from OpenSSL. | beck | 2021-10-27 | 4 | -5/+106 |
| | | | | | | The symbol is not yet exposed and will show up with tb@'s forthcoming bump ok tb@ jsing@ | ||||
* | Merge documentation for i2d_re_X509*_tbs(3) from OpenSSL 1.1 | tb | 2021-10-26 | 1 | -4/+67 |
| | |||||
* | spelling fixes; | jmc | 2021-10-26 | 2 | -4/+4 |
| | |||||
* | install X509_get_extension_flags.3 and X509_SIG_get0.3 | tb | 2021-10-26 | 1 | -1/+3 |
| | |||||
* | Remove a line documenting that X509_get_X509_PUBKEY(3) is missing | tb | 2021-10-26 | 1 | -2/+1 |
| | | | | discussed with schwarze | ||||
* | Document X509_get0_pubkey.3 | tb | 2021-10-26 | 1 | -3/+14 |
| | |||||
* | Document new signature of X509_get_X509_PUBKEY() and remove claim | tb | 2021-10-26 | 1 | -5/+3 |
| | | | | | that the API is implemented as a macro. This will change in an upcoming bump. | ||||
* | Add tlsfeature NID | job | 2021-10-26 | 2 | -0/+2 |
| | | | | OK beck@ tb@ |